Compare commits

...

2 Commits

Author SHA1 Message Date
4ddac52a93 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
2024-02-21 15:08:31 +01:00
65e425fed7 increase timeout for frontend tests
Some checks failed
CI/CD Pipeline / deploy-staging (push) Waiting to run
CI/CD Pipeline / deploy-main (push) Waiting to run
CI/CD Pipeline / test (push) Has been cancelled
2024-02-21 15:06:35 +01:00

View File

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