Skip to content

Commit

Permalink
increase timeout in exp_explosion_proofs.v for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
m-yac committed Dec 22, 2021
1 parent 359f0d6 commit 2e90b90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion heapster-saw/examples/exp_explosion_proofs.v
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ Import SAWCorePrelude.
Lemma no_errors_explosion : refinesFun exp_explosion (fun _ => noErrorsSpec).
Proof.
unfold exp_explosion, exp_explosion__tuple_fun, noErrorsSpec.
timeout 5 time "no_errors_exp_explosion" prove_refinement.
timeout 10 time "no_errors_exp_explosion" prove_refinement.
Qed.

0 comments on commit 2e90b90

Please sign in to comment.