Skip to content

Commit

Permalink
CI fix attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
benesjan committed Aug 23, 2023
1 parent b210678 commit 46241a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions yarn-project/end-to-end/src/e2e_sandbox_example.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ describe('e2e_sandbox_example', () => {
const sandboxUrl = 'http://localhost:8080';

// We create AztecRPC client connected to the sandbox URL and we use fetch with
// 3 automatic retries and a 1s, 2s and 3s intervals between failures.
const aztecRpc = createAztecRpcClient(sandboxUrl, makeFetch([1, 2, 3], false));
// 5 automatic retries and a 1s, 2s, 3s, 3s and 3s intervals between failures.
const aztecRpc = createAztecRpcClient(sandboxUrl, makeFetch([1, 2, 3, 3, 3], false));

const nodeInfo = await aztecRpc.getNodeInfo();

Expand Down

0 comments on commit 46241a3

Please sign in to comment.