Skip to content

Commit

Permalink
Extended timeout for xargs test
Browse files Browse the repository at this point in the history
  • Loading branch information
agraubert committed Apr 21, 2020
1 parent cc88636 commit 0ab18ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion canine/test/test_orchestrator.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ def test_cmd(self):
shell=True
)

@with_timeout(180)
@with_timeout(300)
def test_xargs(self):
"""
Runs a quick test of the xargs orchestrator
Expand Down

0 comments on commit 0ab18ee

Please sign in to comment.