increase timeout

This commit is contained in:
Igor Lobanov
2025-01-31 17:32:19 +01:00
parent 952c2f4f30
commit 5461fa9281

View File

@@ -76,6 +76,6 @@ export default defineConfig({
url: 'http://127.0.0.1:3000',
cwd: '..',
reuseExistingServer: !process.env.CI,
timeout: 30000,
timeout: 60000,
},
});