increase timeout for frontend tests #215

Merged
philipp merged 1 commits from staging into main 2024-02-21 15:08:33 +01:00
Showing only changes of commit 65e425fed7 - Show all commits

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',
},
});