From 12d190894ca2bba3bf8f84c6037a9ba5ceac14cd Mon Sep 17 00:00:00 2001 From: Indrek Juhkam Date: Mon, 6 May 2013 17:54:59 +0300 Subject: [PATCH] Increase unit_test_timeout a bit Travis jruby-19mode failed with: Unit test took 0.253 but max allowed is 0.2 --- config/devtools.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/devtools.yml b/config/devtools.yml index f85cd4a..46bd7a1 100644 --- a/config/devtools.yml +++ b/config/devtools.yml @@ -1,2 +1,2 @@ --- -unit_test_timeout: 0.2 +unit_test_timeout: 0.3