From fd81da2f7d0bd3b19439ca578d6f8aca65904842 Mon Sep 17 00:00:00 2001 From: nein09 Date: Fri, 19 Jan 2018 14:38:56 -0800 Subject: [PATCH] Adjust timeout downward --- Gruntfile.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index bedec6b1c..1658f83fe 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -158,7 +158,7 @@ module.exports = function(grunt) { normal: { options: { urls: [ "http://localhost:8000/test/test.html" ], - timeout: 500000 + timeout: 10000 } }, coverage: { @@ -172,7 +172,7 @@ module.exports = function(grunt) { disposeCollector: true }, inject: 'test/helpers/phantom-bridge.js', - timeout: 500000 + timeout: 10000 } }, all: {