We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05382bb commit 2ba8961Copy full SHA for 2ba8961
1 file changed
tests/test_cmd.py
@@ -17,7 +17,7 @@
17
@pytest.mark.slow
18
def test_command_invocation():
19
run(["tests/simple.ini"])
20
- time.sleep(0.5)
+ time.sleep(2)
21
with open("tests/output.csv", "r", encoding="utf-8") as fh:
22
output = fh.read()
23
assert output == expected_output
0 commit comments