From e41ed5e723c320d665c53b20aabe53a67a44fd2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Lehni?= Date: Wed, 3 Oct 2018 11:37:28 +0200 Subject: [PATCH] Increase test:phantom timeout --- gulp/tasks/test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulp/tasks/test.js b/gulp/tasks/test.js index 79f1adbb..49595ac3 100644 --- a/gulp/tasks/test.js +++ b/gulp/tasks/test.js @@ -21,7 +21,7 @@ gulp.task('test:phantom', ['minify:acorn'], function() { return gulp.src('index.html', { cwd: 'test' }) .pipe(qunits({ checkGlobals: true, - timeout: 20 + timeout: 40 })); });