Skip to content

Commit ae29f3a

Browse files
committed
Revert "try increase start time to solve github actions CI "connection refused""
This reverts commit a3f7cbe. The problem preventing CI to complete successfully is that the agent needs a GUI to run
1 parent a3f7cbe commit ae29f3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/conftest.py

Lines changed: 1 addition & 1 deletion
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)