We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 51fe191 + 15428ae commit 60f3082Copy full SHA for 60f3082
test/CMakeLists.txt
@@ -259,7 +259,7 @@ foreach(SDK ${SWIFT_SDKS})
259
TIMEOUT 1 # second
260
ERROR_QUIET)
261
if(NOT python_psutil_status)
262
- list(APPEND LIT_ARGS "--timeout=3000") # 50 minutes
+ list(APPEND LIT_ARGS "--timeout=6000") # 100 minutes
263
endif()
264
265
list(APPEND LIT_ARGS "--xunit-xml-output=${SWIFT_TEST_RESULTS_DIR}/lit-tests.xml")
0 commit comments