Bumping the timeout for failing test

This commit is contained in:
Andrew Eisenberg
2024-09-23 20:58:25 +00:00
parent dc79c53259
commit 238592a9bf

View File

@@ -6,7 +6,7 @@ import {
beforeAll(async () => {
await beforeAllAction();
});
}, 20_000);
beforeEach(async () => {
await beforeEachAction();