Skip to content

Commit

Permalink
Allow more time for slow test
Browse files Browse the repository at this point in the history
  • Loading branch information
dwoz committed Aug 22, 2019
1 parent 9baf86f commit 316ec78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/shell/test_call.py
Expand Up @@ -174,7 +174,7 @@ def test_syslog_file_not_found(self):
'--config-dir {0} cmd.run "echo foo"'.format(
config_dir
),
timeout=60,
timeout=120,
catch_stderr=True,
with_retcode=True
)
Expand Down

0 comments on commit 316ec78

Please sign in to comment.