Skip to content

Commit

Permalink
tests/hacl: bump rlimit
Browse files Browse the repository at this point in the history
  • Loading branch information
mtzguido committed May 23, 2024
1 parent ac06b76 commit c62b089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/hacl/Lib.Sequence.Lemmas.fst
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ let len0_div_bs blocksize len len0 =
len / blocksize;
}

#push-options "--z3rlimit 60"
#push-options "--z3rlimit 80"
let split_len_lemma0 blocksize n len0 =
let len = n * blocksize in
let len1 = len - len0 in
Expand Down

0 comments on commit c62b089

Please sign in to comment.