Skip to content

Commit

Permalink
bumping timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
benesjan committed Mar 19, 2024
1 parent 68d7453 commit 4d3722f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ export class CrossChainTestHarness {
*/
async makeMessageConsumable(msgLeaf: Fr) {
// We poll isL1ToL2MessageSynced endpoint until the message is available
await retryUntil(async () => await this.aztecNode.isL1ToL2MessageSynced(msgLeaf), 'message sync', 10);
await retryUntil(async () => await this.aztecNode.isL1ToL2MessageSynced(msgLeaf), 'message sync', 100);

await this.mintTokensPublicOnL2(0n);
await this.mintTokensPublicOnL2(0n);
Expand Down

0 comments on commit 4d3722f

Please sign in to comment.