Tests cleanup #53

Merged
ashwin merged 11 commits from deep-stack/laconic-sdk:pm-tests-cleanup into main 2024-01-22 08:30:36 +00:00
Showing only changes of commit 972b878674 - Show all commits

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