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.
2 parents ed700b2 + 5dc537f commit f2a963bCopy full SHA for f2a963b
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