Skip to content

Commit

Permalink
regression: give SimplExportAndRefine more time
Browse files Browse the repository at this point in the history
Changes to the C boot code mean that the Simpl to GraphLang refinement
proof for `init_freemem` takes significantly more time.
  • Loading branch information
mbrcknl committed Jun 25, 2019
1 parent 77a3a07 commit e335282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proof/tests.xml
Expand Up @@ -62,7 +62,7 @@

<!-- Binary Verification -->
<sequence depends="CSpec">
<test name="SimplExportAndRefine" cpu-timeout="28800">make SimplExportAndRefine</test>
<test name="SimplExportAndRefine" cpu-timeout="43200">make SimplExportAndRefine</test>
</sequence>

<!-- Separation Logic. -->
Expand Down

0 comments on commit e335282

Please sign in to comment.