Skip to content

Commit

Permalink
Bump test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
spalladino committed Mar 22, 2024
1 parent 10ad46f commit b10bf29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yarn-project/end-to-end/src/shared/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ export const cliTestSuite = (

const balance = findInLogs(/View\sresult:\s+(?<data>\S+)/)?.groups?.data;
expect(balance!).toEqual(`${BigInt(100).toString()}n`);
});
}, 60_000);

it.each([
['an example Token contract', 'TokenContractArtifact', '0'],
Expand Down

0 comments on commit b10bf29

Please sign in to comment.