We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f0a64c commit 1432ca2Copy full SHA for 1432ca2
tests/conftest.py
@@ -43,7 +43,7 @@ def agent(pytestconfig):
43
44
# we give some time to the agent to start and listen to
45
# incoming requests
46
- time.sleep(.5)
+ time.sleep(1)
47
48
# we block here until the test function using this fixture has returned
49
yield runner
0 commit comments