Update unit test time threshold to 5 seconds
* No test should take this long, but I am seeing weird failures on travis with 1.9.3, so I want to find a threshold that works 100% of the time.
This commit is contained in:
parent
223b929cd4
commit
16bb6a398c
1 changed files with 1 additions and 1 deletions
|
@ -1,2 +1,2 @@
|
|||
---
|
||||
unit_test_timeout: 1.0
|
||||
unit_test_timeout: 5.0
|
||||
|
|
Loading…
Reference in a new issue