Skip to content

Commit a3f7cbe

Browse files
committed
try increase start time to solve github actions CI "connection refused"
1 parent 73c5449 commit a3f7cbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/conftest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def agent(pytestconfig):
2929

3030
# we give some time to the agent to start and listen to
3131
# incoming requests
32-
time.sleep(.5)
32+
time.sleep(5)
3333

3434
# we block here until the test function using this fixture has returned
3535
yield runner

0 commit comments

Comments
 (0)