Skip to content

Commit

Permalink
fix: try e2e cli timeout bump (#2210)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludamad authored Sep 11, 2023
1 parent ccc3ae7 commit a039fdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yarn-project/end-to-end/src/e2e_cli.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -190,5 +190,5 @@ describe('CLI e2e test', () => {
);
const receiverBalance = findInLogs(/View\sresult:\s+(?<data>\S+)/)?.groups?.data;
expect(receiverBalance).toEqual(`${BigInt(TRANSFER_BALANCE).toString()}n`);
});
}, 30_000);
});

0 comments on commit a039fdd

Please sign in to comment.