Skip to content

Commit be97a49

Browse files
committed
fixed time limits in proof sessions
1 parent e4b0ad9 commit be97a49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/mutualExclusionConcurrent/BakeryAtomic/why3session.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<proof prover="1"><result status="valid" time="0.324752" steps="94761"/></proof>
5252
</goal>
5353
<goal name="a2&#39;vc.0.3.3" expl="postcondition" proved="true">
54-
<proof prover="1"><result status="valid" time="0.529372" steps="128378"/></proof>
54+
<proof prover="1" timelimit="2000" memlimit="5000"><result status="valid" time="0.480497" steps="128378"/></proof>
5555
</goal>
5656
</transf>
5757
</goal>
@@ -70,7 +70,7 @@
7070
<proof prover="1"><result status="valid" time="0.156518" steps="59020"/></proof>
7171
</goal>
7272
<goal name="a2&#39;vc.0.5.3" expl="postcondition" proved="true">
73-
<proof prover="2" timelimit="2000" memlimit="5000"><result status="valid" time="5.765631" steps="129190"/></proof>
73+
<proof prover="1" timelimit="2000" memlimit="5000"><result status="valid" time="0.121059" steps="49066"/></proof>
7474
</goal>
7575
</transf>
7676
</goal>

0 commit comments

Comments
 (0)