Skip to content

Commit

Permalink
The "should respond with a png graph in the default s3 region" test t…
Browse files Browse the repository at this point in the history
…akes a bit longer at my machine, so add some more timeout to prevent false negatives.
  • Loading branch information
KeesCBakker committed Apr 23, 2024
1 parent 76caff3 commit bc88859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"main": "index.js",
"scripts": {
"test": "mocha \"test/**/*.js\" --reporter spec --no-experiemental-fetch --timeout 100",
"test": "mocha \"test/**/*.js\" --reporter spec --no-experiemental-fetch --timeout 200",
"test-with-coverage": "nyc --reporter=text mocha \"test/**/*.js\" --reporter spec",
"bootstrap": "script/bootstrap",
"prepare": "husky install",
Expand Down

0 comments on commit bc88859

Please sign in to comment.