Skip to content

Commit d50704f

Browse files
Increases timeout for Session Efficiency
1 parent b506144 commit d50704f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "A FileMaker Data API client designed to allow easier interaction with a FileMaker database from a web environment.",
55
"main": "index.js",
66
"scripts": {
7-
"test": "nyc _mocha --recursive ./test/*.test.js --timeout=40000 --exit",
7+
"test": "nyc _mocha --recursive ./test/*.test.js --timeout=50000 --exit",
88
"coverage": "nyc report --reporter=text-lcov | coveralls",
99
"report": "nyc report --reporter=html",
1010
"examples": "node examples/index.js",

0 commit comments

Comments
 (0)