forked from OSchip/llvm-project
[libc++] Forgot to bump the CI timeout everywhere
This commit is contained in:
parent
76c7e1f2a8
commit
222bd83d50
|
@ -86,7 +86,7 @@ function generate-cmake-base() {
|
|||
-DLIBCXX_ENABLE_WERROR=YES \
|
||||
-DLIBCXXABI_ENABLE_WERROR=YES \
|
||||
-DLIBUNWIND_ENABLE_WERROR=YES \
|
||||
-DLLVM_LIT_ARGS="-sv --show-unsupported --xunit-xml-output test-results.xml --timeout=1200 --time-tests" \
|
||||
-DLLVM_LIT_ARGS="-sv --show-unsupported --xunit-xml-output test-results.xml --timeout=1500 --time-tests" \
|
||||
"${@}"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue