Skip to content

Commit 15428ae

Browse files
authored
Temporarily increase test timeout to 100 minutes
validation-test/stdlib/Unicode.swift.gyb is occasionally timing out on 32-bit simulators. Increase the timeout while we investigate.
1 parent 51fe191 commit 15428ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ foreach(SDK ${SWIFT_SDKS})
259259
TIMEOUT 1 # second
260260
ERROR_QUIET)
261261
if(NOT python_psutil_status)
262-
list(APPEND LIT_ARGS "--timeout=3000") # 50 minutes
262+
list(APPEND LIT_ARGS "--timeout=6000") # 100 minutes
263263
endif()
264264

265265
list(APPEND LIT_ARGS "--xunit-xml-output=${SWIFT_TEST_RESULTS_DIR}/lit-tests.xml")

0 commit comments

Comments
 (0)