From 16bb6a398cdc1af863c5ca82e41f77fbbae6db43 Mon Sep 17 00:00:00 2001 From: Dan Kubb Date: Mon, 29 Jul 2013 17:08:03 -0700 Subject: [PATCH] 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. --- config/devtools.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/devtools.yml b/config/devtools.yml index f7e1f615..615bfc58 100644 --- a/config/devtools.yml +++ b/config/devtools.yml @@ -1,2 +1,2 @@ --- -unit_test_timeout: 1.0 +unit_test_timeout: 5.0