trying giant timeout for github action... completes locally under 2 minutes

This commit is contained in:
Michael Shaw 2023-01-26 13:23:51 -05:00
parent d7cfb3b05c
commit 53a3696294

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(240 * 1000);
jest.setTimeout(600 * 1000);
const { chainId, restEndpoint, gqlEndpoint, privateKey, fee } = getConfig();