fix tests

This commit is contained in:
2024-08-20 20:05:04 -06:00
parent 6aef08d7e8
commit 67b0122d5a
4 changed files with 19 additions and 8 deletions

View File

@@ -74,7 +74,7 @@ export default defineConfig({
/* Configure global timeout; default is 30000 milliseconds */
// the image upload will often not succeed at 5 seconds
timeout: 15000,
timeout: 20000,
/* Run your local dev server before starting the tests */
/**