From 29d333ae514cb5c0a616c982ef3e1e958885b84a Mon Sep 17 00:00:00 2001 From: Shane Kilkelly Date: Thu, 28 Jul 2016 14:50:08 +0100 Subject: [PATCH] Increase timeout on acceptance tests --- services/web/Gruntfile.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/Gruntfile.coffee b/services/web/Gruntfile.coffee index 0e3329c41f..7c966260e8 100644 --- a/services/web/Gruntfile.coffee +++ b/services/web/Gruntfile.coffee @@ -199,7 +199,7 @@ module.exports = (grunt) -> acceptance: src: ["test/acceptance/js/#{grunt.option('feature') or '**'}/*.js"] options: - timeout: 10000 + timeout: 40000 reporter: grunt.option('reporter') or 'spec' grep: grunt.option("grep")