turn off verbose, reduce timeout

This commit is contained in:
Trung Nguyen
2024-10-29 23:07:35 -05:00
parent b946e998b5
commit acebce0431
2 changed files with 2 additions and 2 deletions

View File

@ -105,7 +105,7 @@ jobs:
--output-file=output-${{ matrix.idx }}.xml \
--progress-file=progress-${{ matrix.idx }}.yaml \
--log-file=run-${{ matrix.idx }}.log \
--quick-max=100 --verbose
--quick-max=100
tar -cvf kokkos-regression-test-${{ matrix.idx }}.tar run-${{ matrix.idx }}.log progress-${{ matrix.idx }}.yaml output-${{ matrix.idx }}.xml

View File

@ -21,6 +21,6 @@
abs: 1e-3
rel: 1e-7
timeout: 180
timeout: 120
nugget: 1.0
epsilon: 1e-16