simpler ReacordTester with more parallelizing

This commit is contained in:
itsMapleLeaf
2022-08-07 12:57:14 -05:00
parent 74bada9351
commit fd8f85ea89
7 changed files with 79 additions and 105 deletions

View File

@@ -9,8 +9,10 @@ export default defineConfig({
globalSetup: ["packages/reacord/test/global-setup.ts"],
threads: false,
isolate: false,
hookTimeout: 20_000,
testTimeout: 20_000,
reporters: ["verbose"],
// rate limiting means these timeouts need to be long af
hookTimeout: 60_000,
testTimeout: 60_000,
},
})