Skip to content

Commit 3e5b027

Browse files
committed
Extend cbmc-incr-oneloop timeout with CMake
We were already using a 25-seconds timeout with Makefile-based testing, and are seeing frequent timeouts in our macos-14 CI job (which uses CMake). Extending the timeout to match the Makefile-based setup should fix this.
1 parent 2e6200a commit 3e5b027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
add_test_pl_tests(
2-
"perl ../timeout.pl 8 $<TARGET_FILE:cbmc> --slice-formula"
2+
"perl ../timeout.pl 25 $<TARGET_FILE:cbmc> --slice-formula"
33
)

0 commit comments

Comments
 (0)