add tests for gives to & from projects

This commit is contained in:
2024-11-29 10:42:58 -07:00
parent 8db7ac3f6f
commit d621828d53
11 changed files with 75 additions and 11 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: 10000,
timeout: 25000, // various tests fail at various times with 20000
/* Run your local dev server before starting the tests */
/**