Skip to content

Commit

Permalink
temporary: make header test output verbose/increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
msimberg committed Mar 17, 2018
1 parent d9b11bd commit ebfc652
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Expand Up @@ -510,6 +510,7 @@ jobs:
name: Building Header Tests
command: |
ctest -j1 -T test --no-compress-output --output-on-failure -R tests.headers.headers.compat
no_output_timeout: 3600
- run:
<<: *convert_xml
- store_test_results:
Expand All @@ -528,7 +529,7 @@ jobs:
- run:
name: Building Header Tests
command: |
ctest -j1 -T test --no-compress-output --output-on-failure -R tests.headers.headers.components
ctest -j1 -T test --no-compress-output --output-on-failure -R tests.headers.headers.components --verbose
- run:
<<: *convert_xml
- store_test_results:
Expand Down

0 comments on commit ebfc652

Please sign in to comment.