Skip to content
This repository was archived by the owner on Jul 13, 2023. It is now read-only.

Increase timeout in startup sample test #86

Merged
merged 1 commit into from
May 21, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions samples/startup-script/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@
"uuid": "^3.2.1"
},
"scripts": {
"system-test": "ava -T 200s --verbose system-test/*.test.js",
"all-test": "npm run system-test",
"test": "repo-tools test run --cmd npm -- run all-test",
"test": "repo-tools test run --cmd ava -- -T 600s --verbose system-test/*.test.js",
"start": "node -e 'require(\"./index.js\").create(\"vm-with-apache\", console.log)'",
"delete": "node -e 'require(\"./index.js\").delete(\"vm-with-apache\", console.log)'",
"list": "node -e 'require(\"./index.js\").list(console.log)'"
Expand Down