Skip to content

Commit d36aebc

Browse files
authored
Merge pull request swiftlang#330 from dgrove-oss/increase-test-timeout
Increase test timeout value by 4x https://bugs.swift.org/browse/SR-6792
2 parents f3531a2 + 7e39e03 commit d36aebc

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)