Skip to content

Commit

Permalink
Adjust timing paramters...
Browse files Browse the repository at this point in the history
  • Loading branch information
mysticatea committed Apr 11, 2015
1 parent c7e016a commit c362db1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"build": "npm-run-all clean lint build:babel",
"build:babel": "babel src --out-dir lib",
"test": "npm-run-all build test:mocha",
"test:mocha": "mocha test/*.js --compilers js:espower-babel/guess --timeout 16000 --colors",
"test:mocha": "mocha test/*.js --compilers js:espower-babel/guess --timeout 30000 --colors",
"testing": "npm-run-all clean --parallel testing:build testing:mocha",
"testing:build": "npm run build:babel -- --watch --source-maps-inline",
"testing:mocha": "npm run test:mocha -- --watch --growl",
Expand Down
2 changes: 1 addition & 1 deletion test/tasks/append.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ function append() {
}

append();
setTimeout(append, 100);
setTimeout(append, 1000);

0 comments on commit c362db1

Please sign in to comment.