Skip to content

Commit

Permalink
Up the timeout a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewp committed Jul 27, 2022
1 parent 68b1ebc commit 45b8640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/integrations/cloudflare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"build": "astro-scripts build \"src/**/*.ts\" && tsc",
"build:ci": "astro-scripts build \"src/**/*.ts\"",
"dev": "astro-scripts dev \"src/**/*.ts\"",
"test": "mocha --exit --timeout 20000 test/"
"test": "mocha --exit --timeout 30000 test/"
},
"dependencies": {
"esbuild": "^0.14.42",
Expand Down

0 comments on commit 45b8640

Please sign in to comment.