Skip to content

Commit

Permalink
test improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
derpy-duck committed Oct 11, 2023
1 parent 9fc4ba9 commit 4bd6991
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/js/src/relayer/__tests__/utils/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {
Environment,
} from "../../../token_bridge/__tests__/utils/consts";

const SAFE_RELAY_DELAY = 15000;
const SAFE_RELAY_DELAY = 20000;

const characters =
"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";
Expand Down
1 change: 1 addition & 0 deletions sdk/js/src/relayer/__tests__/wormhole_relayer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -620,6 +620,7 @@ describe("Wormhole Relayer Tests", () => {
);

let tx = await source.wormholeRelayer.submitContractUpgrade(firstSignedVaa);
await tx.wait();

expect(
ethers.utils.getAddress((await getImplementationAddress()).substring(26))
Expand Down

0 comments on commit 4bd6991

Please sign in to comment.