Skip to content

Commit

Permalink
test(upgrade-10): reduce wait
Browse files Browse the repository at this point in the history
  • Loading branch information
turadg committed Feb 6, 2024
1 parent 2b32b03 commit 4cf6ff4
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions proposals/34:upgrade-10/pre.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,18 @@ import { promises as fs } from 'fs';

import {
agd,
agoric,
agops,
agoric,
} from '@agoric/synthetic-chain/src/lib/cliHelper.js';

import { getUser } from '@agoric/synthetic-chain/src/lib/commonUpgradeHelpers.js';
import {
GOV1ADDR,
GOV2ADDR,
GOV3ADDR,
PSM_PAIR,
} from '@agoric/synthetic-chain/src/lib/constants.js';
import { openVault } from '@agoric/synthetic-chain/src/lib/econHelpers.js';
import {
getUser,
waitForBlock,
} from '@agoric/synthetic-chain/src/lib/commonUpgradeHelpers.js';

test.before(async () => {
console.log('Wait for upgrade to settle');

await waitForBlock(20);
});

test(`Ensure there's only uist`, async t => {
const result = await agd.query(
Expand Down

0 comments on commit 4cf6ff4

Please sign in to comment.