mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -05:00
Increase QUnit timeout to 10s, as Travis doesn't finish in time.
This commit is contained in:
parent
3234975e46
commit
8f4e0f16a0
1 changed files with 1 additions and 1 deletions
|
@ -15,5 +15,5 @@ var gulp = require('gulp'),
|
||||||
|
|
||||||
gulp.task('test', function() {
|
gulp.task('test', function() {
|
||||||
return gulp.src('./test/index.html')
|
return gulp.src('./test/index.html')
|
||||||
.pipe(qunit());
|
.pipe(qunit({ timeout: 10 }));
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue