Skip to content

Commit 289ec6f

Browse files
committed
watcher: increase timeout for test
Signed-off-by: bingyuyap <bingyu.yap.21@gmail.com>
1 parent cc5577c commit 289ec6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

watcher/src/watchers/__tests__/EVMWatcher.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const initialCeloBlock = Number(INITIAL_DEPLOYMENT_BLOCK_BY_NETWORK_AND_CHAIN['m
1010
const initialOasisBlock = Number(INITIAL_DEPLOYMENT_BLOCK_BY_NETWORK_AND_CHAIN['mainnet'].oasis);
1111
const initialKaruraBlock = Number(INITIAL_DEPLOYMENT_BLOCK_BY_NETWORK_AND_CHAIN['mainnet'].karura);
1212

13-
jest.setTimeout(60000);
13+
jest.setTimeout(120000);
1414

1515
test('getBlock by tag', async () => {
1616
const watcher = new EVMWatcher('mainnet', 'avalanche');

0 commit comments

Comments
 (0)