mirror of
https://github.com/KhronosGroup/SPIRV-Tools
synced 2024-11-25 13:00:04 +00:00
Bots print output from timed out tests
Timeout set to 300 seconds. If no timeout, then ctest itself will be timed out and terminated leaving no output.
This commit is contained in:
parent
e7aff807a0
commit
66fc10564c
@ -39,4 +39,4 @@ build_script:
|
||||
- cmake --build . --config %CONFIGURATION%
|
||||
|
||||
test_script:
|
||||
- ctest -C %CONFIGURATION% --output-on-failure
|
||||
- ctest -C %CONFIGURATION% --output-on-failure --timeout 300
|
||||
|
@ -76,7 +76,7 @@ script:
|
||||
else
|
||||
export NPROC=`sysctl -n hw.ncpu`;
|
||||
fi
|
||||
- if [[ "$BUILD_NDK" != "ON" ]]; then ctest -j${NPROC} --output-on-failure; fi
|
||||
- if [[ "$BUILD_NDK" != "ON" ]]; then ctest -j${NPROC} --output-on-failure --timeout 300; fi
|
||||
|
||||
|
||||
notifications:
|
||||
|
Loading…
Reference in New Issue
Block a user