mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2024-12-28 17:02:24 -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' })
|
||||
.pipe(qunits({
|
||||
checkGlobals: true,
|
||||
timeout: 20
|
||||
timeout: 40
|
||||
}));
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue