Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

Commit 94e61dd

Browse files
authored
fix: Make a ten minute timeout for delete operations (#1143)
* Make a ten minute timeout for delete operations * fix: Make a ten minute timeout for delete operations
1 parent 5bea48f commit 94e61dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"requestretry": "^7.0.0"
2828
},
2929
"scripts": {
30-
"test": "mocha --timeout=60000",
30+
"test": "mocha --timeout=600000",
3131
"test:snap": "SNAPSHOT_UPDATE=1 npm test"
3232
}
3333
}

0 commit comments

Comments
 (0)