Skip to content

Commit

Permalink
test: update timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
chidiwilliams committed Mar 14, 2024
1 parent 7aec7a9 commit 9395492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cli_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ def test_cli(self, qapp, qapp_args, qtbot: QtBot):
def output_exists_at_output_directory():
assert any(file.endswith(".txt") for file in os.listdir(output_directory))

qtbot.wait_until(output_exists_at_output_directory, timeout=60 * 1000)
qtbot.wait_until(output_exists_at_output_directory, timeout=5 * 60 * 1000)

0 comments on commit 9395492

Please sign in to comment.