Merge pull request 'increase timeout for frontend tests' (#215) from staging into main
Some checks failed
CI/CD Pipeline / test (push) Failing after 16m28s
CI/CD Pipeline / deploy-staging (push) Has been skipped
CI/CD Pipeline / deploy-main (push) Has been skipped

Reviewed-on: #215
This commit is contained in:
philipp 2024-02-21 15:08:31 +01:00
commit 4ddac52a93

View File

@ -70,6 +70,7 @@ export default defineConfig({
/* Run your local dev server before starting the tests */
webServer: {
timeout: 15 * 60 * 1000,
command: 'cd .. && ./test_db.sh && cargo r',
},
});