Skip to content

Commit 1432ca2

Browse files
committed
increment delay for the test startup
1 parent 5f0a64c commit 1432ca2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

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

4444
# we give some time to the agent to start and listen to
4545
# incoming requests
46-
time.sleep(.5)
46+
time.sleep(1)
4747

4848
# we block here until the test function using this fixture has returned
4949
yield runner

0 commit comments

Comments
 (0)