Update naming test timeout
Some checks failed
Tests / sdk_tests (pull_request) Failing after 4m54s

This commit is contained in:
Prathamesh Musale 2024-01-16 16:19:49 +05:30
parent b7223c1c43
commit 603fe5916a

View File

@ -7,7 +7,7 @@ import { ensureUpdatedConfig, getConfig } from './testing/helper';
const WATCHER_YML_PATH = path.join(__dirname, './testing/data/watcher.yml');
jest.setTimeout(120 * 1000);
jest.setTimeout(200 * 1000);
const { chainId, restEndpoint, gqlEndpoint, privateKey, fee } = getConfig();