Skip to content

Commit 7ce6c17

Browse files
committed
Wait longer time before connecting
1 parent e413cdb commit 7ce6c17

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

runner/testsuite/openspace.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ def run_single_test(test_path, executable) -> TestResult:
140140

141141
# Add a sleeping time instead of repeatedly trying to reconnect. Starting up OpenSpace
142142
# in general takes longer than this, so we don't actually lose any time
143-
time.sleep(10)
143+
time.sleep(30)
144144

145145

146146
async def mainLoop():

0 commit comments

Comments
 (0)