Skip to content

Commit b20a0a7

Browse files
radfishntninja
authored andcommitted
test: name: increase timeouts further
1 parent e7149cf commit b20a0a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/functional/test_name.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import pytest
44

55

6-
TIMEOUT = 240
6+
TIMEOUT = 300
77

88

99
def get_key(client, key_name):
@@ -131,6 +131,6 @@ def test_resolve_recursive(client, published_mapping):
131131

132132
def test_resolve_params(client, published_mapping):
133133
resp = client.name.resolve(published_mapping.name, nocache=True,
134-
dht_record_count=1, dht_timeout="10s",
134+
dht_record_count=1, dht_timeout="180s",
135135
timeout=TIMEOUT)
136136
check_resolve(resp, published_mapping.path)

0 commit comments

Comments
 (0)