Skip to content

Commit

Permalink
Increase timeout for test_long_running_job test
Browse files Browse the repository at this point in the history
  • Loading branch information
twangboy committed Jan 14, 2020
1 parent 513e783 commit 6bec22c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/minion/test_timeout.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def test_long_running_job(self):
popen_kwargs = None
ret = self.run_salt(
'minion test.sleep {0}'.format(sleep_length),
timeout=45,
timeout=90,
catch_stderr=True,
popen_kwargs=popen_kwargs,
)
Expand Down

0 comments on commit 6bec22c

Please sign in to comment.