From 12dcacea5a2280fc6b6430a177169875351db543 Mon Sep 17 00:00:00 2001 From: juliandescottes Date: Sat, 13 Sep 2014 20:32:01 +0200 Subject: [PATCH] increased the timeout for Travis tests --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 6872f83..ffa321b 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -36,7 +36,7 @@ module.exports = function(grunt) { }, 'travis' : { suite : './test/casperjs/TravisTestSuite.js', - delay : 5000 + delay : 10000 } };