Compare commits

...
+1 -1
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(180 * 1000);
const { chainId, restEndpoint, gqlEndpoint, privateKey, fee } = getConfig();