We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
wait_for_node_start
1 parent 5804210 commit 2a6f62aCopy full SHA for 2a6f62a
tests/e2e_tests/conftest.py
@@ -48,7 +48,7 @@ def wait_for_node_start(process, pattern):
48
49
print(line.strip())
50
# 10 min as timeout
51
- if int(time.time()) - timestamp > 10 * 60:
+ if int(time.time()) - timestamp > 20 * 60:
52
print("Subtensor not started in time")
53
raise TimeoutError
54
if pattern.search(line):
0 commit comments