Skip to content

Commit

Permalink
increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
hueniverse committed Sep 15, 2019
1 parent b2efa57 commit e7d31dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
"handlebars": "4.x.x"
},
"scripts": {
"test": "lab -a @hapi/code -t 100 -L -m 3000",
"test-tap": "lab -a @hapi/code -r tap -o tests.tap -m 3000",
"test-cov-html": "lab -a @hapi/code -r html -o coverage.html -m 3000"
"test": "lab -a @hapi/code -t 100 -L -m 5000",
"test-tap": "lab -a @hapi/code -r tap -o tests.tap -m 5000",
"test-cov-html": "lab -a @hapi/code -r html -o coverage.html -m 5000"
},
"license": "BSD-3-Clause"
}

0 comments on commit e7d31dd

Please sign in to comment.