Skip to content

Commit 3b7bdd7

Browse files
committed
✅ server: tolerate delayed activity traces
1 parent d4350eb commit 3b7bdd7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

server/test/hooks/activity.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ import anvilClient from "../anvilClient";
4242
const appClient = testClient(app);
4343
const waitForReceipt = publicClient.waitForTransactionReceipt;
4444

45-
describe("address activity", () => {
45+
describe("address activity", { timeout: 66_666 }, () => {
4646
let owner: PrivateKeyAccount;
4747
let account: Address;
4848

@@ -1476,7 +1476,7 @@ afterEach(async () => {
14761476
await waitForActivity();
14771477
vi.clearAllMocks();
14781478
vi.restoreAllMocks();
1479-
});
1479+
}, 66_666);
14801480

14811481
const mockERC20Abi = [
14821482
{

0 commit comments

Comments
 (0)