Compare commits

...

3 Commits

Author SHA1 Message Date
Michael Shaw
8d4d635872 dialing timeout back down 2023-01-26 16:51:45 -05:00
Michael Shaw
53a3696294 trying giant timeout for github action... completes locally under 2 minutes 2023-01-26 13:23:51 -05:00
Michael Shaw
d7cfb3b05c double timeout of naming test that times out in laconicd container testing 2023-01-26 10:38:55 -05:00

View File

@ -7,7 +7,7 @@ import { ensureUpdatedConfig, getConfig } from './testing/helper';
const WATCHER_YML_PATH = path.join(__dirname, './testing/data/watcher.yml'); 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(); const { chainId, restEndpoint, gqlEndpoint, privateKey, fee } = getConfig();