Skip to content

Commit

Permalink
CI: bump rlimit
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonin Reitz committed Jul 10, 2024
1 parent 4ade70b commit d25878d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SizeClassSelection.fst
Original file line number Diff line number Diff line change
Expand Up @@ -761,7 +761,7 @@ let inv_exact_log2 (k: nat)
assert (r < pow2 (k1 + 6 + 1));
log2u64_spec_eq_lemma r (k1 + 6)

#push-options "--z3rlimit 30"
#push-options "--z3rlimit 50"
let inv_exact_aux2 (k: nat)
: Lemma
(requires 1 <= k /\ k <= 24)
Expand Down

0 comments on commit d25878d

Please sign in to comment.