double timeout of naming test that times out in laconicd container testing

This commit is contained in:
Michael Shaw 2023-01-26 10:38:55 -05:00
parent 80348594f8
commit d7cfb3b05c

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