Skip to content

Commit

Permalink
Increase timeout time for unit test
Browse files Browse the repository at this point in the history
Travis runs are occasionally failing this test. Increasing the timeout should help.
  • Loading branch information
jlowin committed Apr 3, 2016
1 parent 31168bc commit 0f28090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def test_backfill_pooled_task(self):

# run with timeout because this creates an infinite loop if not
# caught
with timeout(seconds=15):
with timeout(seconds=30):
job.run()

ti = TI(
Expand Down

0 comments on commit 0f28090

Please sign in to comment.