Skip to content

Commit 60f3082

Browse files
authored
Merge pull request swiftlang#28311 from apple/what-a-flake
Temporarily increase test timeout to 100 minutes
2 parents 51fe191 + 15428ae commit 60f3082

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)