From ec681ea5af391b97f0abd4d7a9b9b4681f915c87 Mon Sep 17 00:00:00 2001 From: jldec Date: Fri, 10 May 2024 14:49:39 -0400 Subject: [PATCH] bump timeout from 30s to 90s --- inlang/source-code/paraglide/paraglide-sveltekit/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inlang/source-code/paraglide/paraglide-sveltekit/package.json b/inlang/source-code/paraglide/paraglide-sveltekit/package.json index 531efc2473..075376caf9 100644 --- a/inlang/source-code/paraglide/paraglide-sveltekit/package.json +++ b/inlang/source-code/paraglide/paraglide-sveltekit/package.json @@ -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",