We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73c5449 commit a3f7cbeCopy full SHA for a3f7cbe
test/conftest.py
@@ -29,7 +29,7 @@ def agent(pytestconfig):
29
30
# we give some time to the agent to start and listen to
31
# incoming requests
32
- time.sleep(.5)
+ time.sleep(5)
33
34
# we block here until the test function using this fixture has returned
35
yield runner
0 commit comments