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