Skip to content

Commit 638119e

Browse files
committed
fix(tests): adjust timeouts
1 parent 482fe20 commit 638119e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/providers/test/blockberry/chain-history-provider.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ describe("Mina Explorer Chain History Provider (Functional)", () => {
4545
//expect(transaction).toHaveProperty("kind")
4646
expect(transaction).toHaveProperty("to")
4747
expect(transaction).toHaveProperty("token")
48-
})
48+
}, 60000)
4949
})
5050

5151
//TODO: Other tests...

0 commit comments

Comments
 (0)