diff --git a/.circleci/config.in.yml b/.circleci/config.in.yml index 9b0394d9..5458de3a 100644 --- a/.circleci/config.in.yml +++ b/.circleci/config.in.yml @@ -122,7 +122,10 @@ jobs: - checkout # This is building with cuda but no gpu present, # so we aren't running the tests. - - run: MAX_JOBS=15 TEST_FLAG=--no-test packaging/build_conda.sh + - run: + name: build + no_output_timeout: 20m + command: MAX_JOBS=15 TEST_FLAG=--no-test packaging/build_conda.sh - store_artifacts: path: /opt/conda/conda-bld/linux-64 - persist_to_workspace: diff --git a/.circleci/config.yml b/.circleci/config.yml index 4b89e002..085ebcf3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -122,7 +122,10 @@ jobs: - checkout # This is building with cuda but no gpu present, # so we aren't running the tests. - - run: MAX_JOBS=15 TEST_FLAG=--no-test packaging/build_conda.sh + - run: + name: build + no_output_timeout: 20m + command: MAX_JOBS=15 TEST_FLAG=--no-test packaging/build_conda.sh - store_artifacts: path: /opt/conda/conda-bld/linux-64 - persist_to_workspace: