Skip to content
This repository was archived by the owner on Dec 21, 2021. It is now read-only.

Commit cdfedc2

Browse files
committed
longer timeout
all tests timed out for some reason; could be that now that there are so many cases (5 x 4, I think) it requires the whole thing to run under 5min, which it might not TODO: turn it down to what's actually needed
1 parent 1e6b1a6 commit cdfedc2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/integration/dataunion/withdraw.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ async function testWithdraw(
162162
}
163163

164164
describe('DataUnion withdraw', () => {
165+
jest.setTimeout(3600000) // TODO: remove when it's been figured out how long is really needed
165166

166167
const balanceClient = createClient()
167168

0 commit comments

Comments
 (0)