Skip to content

Commit

Permalink
tmp: valiant effort
Browse files Browse the repository at this point in the history
  • Loading branch information
DhairyaSethi committed May 15, 2024
1 parent e4c00a5 commit 29b4fa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/StateReceiver.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const randomBytes = () => randomHex(randomInRange(68))
const randomProof = (height) =>
new Array(height).fill(0).map(() => randomHex(32))

const FUZZ_WEIGHT = process.env.CI == 'true' ? 2 ** 16 : 50
const FUZZ_WEIGHT = process.env.CI == 'true' ? 256 : 50

contract('StateReceiver', async (accounts) => {
describe('commitState()', async () => {
Expand Down

0 comments on commit 29b4fa1

Please sign in to comment.