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:
Dan Kubb 2013-07-29 17:08:03 -07:00
parent 223b929cd4
commit 16bb6a398c

View file

@ -1,2 +1,2 @@
---
unit_test_timeout: 1.0
unit_test_timeout: 5.0