Skip to content

Commit 361fb1e

Browse files
authored
Merge pull request #7213 from apple/increase_test_timeout
2 parents 374cc01 + 4c4ec20 commit 361fb1e

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
@@ -258,7 +258,7 @@ if(PYTHONINTERP_FOUND)
258258
TIMEOUT 1 # second
259259
ERROR_QUIET)
260260
if(NOT python_psutil_status)
261-
list(APPEND LIT_ARGS "--timeout=1800") # 30 minutes
261+
list(APPEND LIT_ARGS "--timeout=3000") # 50 minutes
262262
endif()
263263

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

0 commit comments

Comments
 (0)