Skip to content

Commit 4c4ec20

Browse files
committed
Increase the test timeout to 50mins
1 parent 37774eb commit 4c4ec20

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)