increase timeout

This commit is contained in:
Ildar Kamalov
2025-01-31 19:13:23 +03:00
parent 66ac10fa2e
commit df20c590d3

View File

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