Skip to content

Commit

Permalink
trying synctime first
Browse files Browse the repository at this point in the history
  • Loading branch information
krpeacock committed Oct 27, 2023
1 parent 2aafaa3 commit 0b90125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/node/utils/agent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ export const makeAgent = async (options?: HttpAgentOptions) => {
...options,
});
try {
await agent.fetchRootKey();
await agent.syncTime();
await agent.fetchRootKey();
} catch (_) {
//
}
Expand Down

0 comments on commit 0b90125

Please sign in to comment.