Skip to content

Commit

Permalink
shorten chunking
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemann committed Sep 11, 2024
1 parent cce56e7 commit 3a5a841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/property/ic_api/chunk/test/tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const max =
process.env.AZLE_TEST_RUN_ON_RELEASE === 'true' ||
process.env.AZLE_TEST_RUN_ON_LOCAL === 'true'
? 200
: 100;
: 80;

// Currently the instruction limit of 40_000_000_000 is hit at about 18_750_000 loops
// So we are rounding up a bit and using 20_000_000 loops to ensure that the instruction limit is hit
Expand Down

0 comments on commit 3a5a841

Please sign in to comment.