Skip to content

Commit

Permalink
fix: Make a ten minute timeout for delete operations (#1143)
Browse files Browse the repository at this point in the history
* Make a ten minute timeout for delete operations

* fix: Make a ten minute timeout for delete operations
  • Loading branch information
danieljbruce authored Aug 25, 2022
1 parent 5bea48f commit 94e61dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"requestretry": "^7.0.0"
},
"scripts": {
"test": "mocha --timeout=60000",
"test": "mocha --timeout=600000",
"test:snap": "SNAPSHOT_UPDATE=1 npm test"
}
}

0 comments on commit 94e61dd

Please sign in to comment.