Skip to content

Commit

Permalink
Increase Kompos test timeout limit for Travis
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Marr <git@stefan-marr.de>
  • Loading branch information
smarr committed May 6, 2017
1 parent cc6b11f commit d15a6d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/kompos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@
"compile": "node ./node_modules/typescript/bin/tsc && npm run copylibs",
"lint": "node_modules/tslint/bin/tslint -c tslint.json --project tsconfig.json",
"watch": "node ./node_modules/typescript/bin/tsc -w",
"test": "node ./node_modules/mocha/bin/mocha -r node-define -t 5000 -u bdd ./out/tests/"
"test": "node ./node_modules/mocha/bin/mocha -r node-define -t 10000 -u bdd ./out/tests/"
}
}

0 comments on commit d15a6d9

Please sign in to comment.