Skip to content

Commit 7e39e03

Browse files
committed
Increase test timeout value by 4x
Seek to avoid spurious test timeouts in Swift CI by raising limit for individual test execution from 30 seconds to 120 seconds.
1 parent 8b72f76 commit 7e39e03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ function(add_unit_test name)
104104
COMMAND bsdtestharness $<TARGET_FILE:${name}>)
105105
set_tests_properties(${name}
106106
PROPERTIES
107-
TIMEOUT 30
107+
TIMEOUT 120
108108
DEPENDS bsdtestharness
109109
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR})
110110
if(NOT leaks_EXECUTABLE)

0 commit comments

Comments
 (0)