Compare commits

..

No commits in common. "4ddac52a938b217de03f2ab5602ffdb00556dfc6" and "cdd57eb147223d9df7513eb14755f300d4e1bd96" have entirely different histories.

View File

@ -70,7 +70,6 @@ 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',
}, },
}); });