diff --git a/.circleci/config.yml b/.circleci/config.yml index 4c3745389685cc..7ee3f6951f730c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -74,9 +74,10 @@ do_steps: &do_steps if [[ -n "$VALGRIND" ]]; then cd ./tools/lkl/ && find ./ -type f -name "valgrind-*.xml" \ -exec ./tests/valgrind2xunit.py {} \; + cd ../.. fi find ./tools/lkl/ -type f -name "*.xml" -exec mv {} ~/junit/ \; - no_output_timeout: "30m" + no_output_timeout: "90m" - store_test_results: path: ~/junit - store_artifacts: