Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump timeout for paraglide-sveltekit test from 30s to 90s #2746

Merged
merged 1 commit into from
May 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading