Skip to content

Commit

Permalink
integration tests: two retries
Browse files Browse the repository at this point in the history
  • Loading branch information
erikdesjardins committed Feb 23, 2017
1 parent 98c945e commit 1e5f209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -34,7 +34,7 @@
"test": "cross-env NODE_ENV=test ava",
"coverage": "cross-env NODE_ENV=test nyc ava",
"report-coverage": "nyc report --reporter=text-lcov | coveralls",
"test-integration": "nightwatch --retries 1 --env",
"test-integration": "nightwatch --retries 2 --env",
"version": "node build/version.js"
},
"ava": {
Expand Down

0 comments on commit 1e5f209

Please sign in to comment.