mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -05:00
Increase test:phantom timeout
This commit is contained in:
parent
9201ea973e
commit
e41ed5e723
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ gulp.task('test:phantom', ['minify:acorn'], function() {
|
||||||
return gulp.src('index.html', { cwd: 'test' })
|
return gulp.src('index.html', { cwd: 'test' })
|
||||||
.pipe(qunits({
|
.pipe(qunits({
|
||||||
checkGlobals: true,
|
checkGlobals: true,
|
||||||
timeout: 20
|
timeout: 40
|
||||||
}));
|
}));
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue