Skip to content

Commit

Permalink
Use slow timeout for toit.toit tests. (#2638)
Browse files Browse the repository at this point in the history
  • Loading branch information
floitsch authored Nov 19, 2024
1 parent 6a2f270 commit eb2d0fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/toit/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ foreach(file ${TOIT_BIN_TESTS})
NAME ${TEST_EXPECTATION_NAME}
COMMAND $<TARGET_FILE:toit.run> ${file} $<TARGET_FILE:toit.run> ${TOIT_BIN_SOURCE} ${TEST_SDK_DIR}
)
set_tests_properties(${TEST_EXPECTATION_NAME} PROPERTIES TIMEOUT 120)
set_tests_properties(${TEST_EXPECTATION_NAME} PROPERTIES TIMEOUT ${SLOW_TIMEOUT})
if ("${toit_bin_test_name}" IN_LIST TOIT_FAILING_TESTS)
set_tests_properties(${TEST_EXPECTATION_NAME} PROPERTIES WILL_FAIL TRUE)
endif()
Expand Down

0 comments on commit eb2d0fd

Please sign in to comment.