Skip to content

Commit

Permalink
Revert "increase test timeout for slow runners [skip ci] (#1085)"
Browse files Browse the repository at this point in the history
This reverts commit 74867b6.
  • Loading branch information
dstebila committed Sep 7, 2021
1 parent 74867b6 commit 65f090d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -353,16 +353,12 @@ 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:
Expand Down

0 comments on commit 65f090d

Please sign in to comment.