Skip to content

Commit

Permalink
chore: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dfx-json committed Sep 27, 2024
1 parent c9786b9 commit e01bc76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions e2e/node/basic/mainnet.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ test('it should throw an error when the clock is out of sync during a query', as
const error = err as ReplicaTimeError;
// use the replica time to sync the agent
error.agent.replicaTime = error.replicaTime;
error.agent.overrideSystemTime = true;
}
}
// retry the call
Expand Down

0 comments on commit e01bc76

Please sign in to comment.