Skip to content

Commit 2ba8961

Browse files
committed
doesn't seem to be successfully completing?
1 parent 05382bb commit 2ba8961

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_cmd.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
@pytest.mark.slow
1818
def test_command_invocation():
1919
run(["tests/simple.ini"])
20-
time.sleep(0.5)
20+
time.sleep(2)
2121
with open("tests/output.csv", "r", encoding="utf-8") as fh:
2222
output = fh.read()
2323
assert output == expected_output

0 commit comments

Comments
 (0)