Skip to content

Commit

Permalink
bump timeout from 30s to 90s
Browse files Browse the repository at this point in the history
  • Loading branch information
jldec committed May 10, 2024
1 parent 7526a51 commit ec681ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inlang/source-code/paraglide/paraglide-sveltekit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"url": "https://github.com/opral/inlang-paraglide-js"
},
"scripts": {
"test:with-base": "BASE_PATH=/base vitest run --test-timeout 30000 --dir src",
"test:without-base": "BASE_PATH=\"\" vitest run --test-timeout 30000 --dir src",
"test:with-base": "BASE_PATH=/base vitest run --test-timeout 90000 --dir src",
"test:without-base": "BASE_PATH=\"\" vitest run --test-timeout 90000 --dir src",
"test": "npm run test:with-base && npm run test:without-base",
"build": "tsc --noEmit && svelte-package -i src -o dist",
"dev": "svelte-package -w -i src -o dist",
Expand Down

0 comments on commit ec681ea

Please sign in to comment.