From 972b878674d40db8323ea1a61346b45c5f8b8bbe Mon Sep 17 00:00:00 2001 From: Prathamesh Musale Date: Tue, 16 Jan 2024 17:35:23 +0530 Subject: [PATCH] Update naming test timeout --- src/naming.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/naming.test.ts b/src/naming.test.ts index 176fb6f..9d82c3d 100644 --- a/src/naming.test.ts +++ b/src/naming.test.ts @@ -7,7 +7,7 @@ import { ensureUpdatedConfig, getConfig } from './testing/helper'; const WATCHER_YML_PATH = path.join(__dirname, './testing/data/watcher.yml'); -jest.setTimeout(200 * 1000); +jest.setTimeout(5 * 60 * 1000); const { chainId, restEndpoint, gqlEndpoint, privateKey, fee } = getConfig();