This commit is contained in:
Elio Bischof
2024-10-16 15:21:26 +02:00
parent 2fa16d5f8f
commit 653b499668
3 changed files with 8 additions and 0 deletions

View File

@@ -75,5 +75,6 @@ export default defineConfig({
command: 'pnpm start',
url: 'http://127.0.0.1:3000',
reuseExistingServer: !process.env.CI,
timeout: 5 * 60_000,
},
});