diff --git a/.circleci/config.yml b/.circleci/config.yml index 4c980469e9..7445b866bd 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -353,12 +353,16 @@ workflows: - linux_oqs: name: constant-time-x64 context: openquantumsafe + # some algorithms _are_ slow: + no_output_timeout: 45m CONTAINER: openquantumsafe/ci-ubuntu-bionic-x86_64:latest CMAKE_ARGS: -DOQS_OPT_TARGET=generic -DCMAKE_BUILD_TYPE=Debug -DOQS_ENABLE_TEST_CONSTANT_TIME=ON PYTEST_ARGS: --numprocesses=auto -k 'test_constant_time' - linux_oqs: name: constant-time-x64-extensions context: openquantumsafe + # some algorithms _are_ slow: + no_output_timeout: 45m CONTAINER: openquantumsafe/ci-ubuntu-bionic-x86_64:latest # building for haswell to avoid generating instructions that valgrind cannot currently handle # TODO: Re-enable target=auto if/when valgrind supports beyond AVX2: