Skip to content

Commit e4df7ed

Browse files
Increase timeout for jbmc symex-driven-lazy-loading tests
These two test suites regularly exceed the default 1200-second timeout on macOS CI runners. Set a 2700-second (45-minute) timeout for jbmc-symex-driven-lazy-loading-CORE and jbmc-strings-symex-driven-lazy-loading-CORE. Co-authored-by: Kiro <kiro-agent@users.noreply.github.com>
1 parent 336a64d commit e4df7ed

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

jbmc/regression/jbmc-strings/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ add_test_pl_profile(
88
"-C;-X;symex-driven-lazy-loading-expected-failure;-s;symex-driven-loading"
99
"CORE"
1010
)
11+
set_tests_properties("jbmc-strings-symex-driven-lazy-loading-CORE" PROPERTIES TIMEOUT 2700)

jbmc/regression/jbmc/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ else()
1717
"CORE"
1818
)
1919
endif()
20+
set_tests_properties("jbmc-symex-driven-lazy-loading-CORE" PROPERTIES TIMEOUT 2700)

0 commit comments

Comments
 (0)