increase timeout for frontend tests #215
@ -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',
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user