File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ commonSteps: &commonSteps
8383 - run :
8484 name : Run defaultlib unittests & druntime integration tests
8585 when : always
86- command : cd ../build && ctest -j$PARALLELISM --output-on-failure -E "dmd-testsuite|ldc2-unittest|lit-tests"
86+ command : cd ../build && ctest -j$PARALLELISM --output-on-failure -E "dmd-testsuite|ldc2-unittest|lit-tests" --timeout 120
8787
8888version : 2
8989jobs :
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ common_steps_template: &COMMON_STEPS_TEMPLATE
4141 run_defaultlib_tests_script : |
4242 # Run defaultlib unittests & druntime integration tests
4343 cd $CIRRUS_WORKING_DIR/../build
44- ctest -j$PARALLELISM --output-on-failure -E "dmd-testsuite|ldc2-unittest|lit-tests"
44+ ctest -j$PARALLELISM --output-on-failure -E "dmd-testsuite|ldc2-unittest|lit-tests" --timeout 120
4545
4646# Performs the extra packaging steps for jobs producing a prebuilt package.
4747# Requires env variables CI_ARCH, CI_OS, GITHUB_TOKEN and PARALLELISM (and CC for FreeBSD).
Original file line number Diff line number Diff line change 2828 excludes+='|^druntime-test-exceptions-debug$'
2929 fi
3030
31- ctest -j$N --output-on-failure -E "$excludes"
31+ ctest -j$N --output-on-failure -E "$excludes" --timeout 120
3232
3333 - name : ' Windows: Run defaultlib unittests & druntime integration tests'
3434 if : runner.os == 'Windows'
4444 call "%LDC_VSDIR%\Common7\Tools\VsDevCmd.bat" -arch=${{ matrix.arch }} || exit /b
4545 echo on
4646 cd build || exit /b
47- ctest -j4 --output-on-failure -E "dmd-testsuite|lit-tests|ldc2-unittest" || exit /b
47+ ctest -j4 --output-on-failure -E "dmd-testsuite|lit-tests|ldc2-unittest" --timeout 120 || exit /b
Original file line number Diff line number Diff line change @@ -148,4 +148,4 @@ jobs:
148148 else
149149 N=$(nproc)
150150 fi
151- ctest -j$N --output-on-failure -E "$excludes"
151+ ctest -j$N --output-on-failure -E "$excludes" --timeout 120
You can’t perform that action at this time.
0 commit comments