We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc5577c commit 289ec6fCopy full SHA for 289ec6f
watcher/src/watchers/__tests__/EVMWatcher.test.ts
@@ -10,7 +10,7 @@ const initialCeloBlock = Number(INITIAL_DEPLOYMENT_BLOCK_BY_NETWORK_AND_CHAIN['m
10
const initialOasisBlock = Number(INITIAL_DEPLOYMENT_BLOCK_BY_NETWORK_AND_CHAIN['mainnet'].oasis);
11
const initialKaruraBlock = Number(INITIAL_DEPLOYMENT_BLOCK_BY_NETWORK_AND_CHAIN['mainnet'].karura);
12
13
-jest.setTimeout(60000);
+jest.setTimeout(120000);
14
15
test('getBlock by tag', async () => {
16
const watcher = new EVMWatcher('mainnet', 'avalanche');
0 commit comments