From 834981f59999b9a3194202c8ee399f2b6e3f71a9 Mon Sep 17 00:00:00 2001 From: matejcik Date: Wed, 7 Aug 2019 17:41:12 +0200 Subject: [PATCH] ci: verify behavior, remove TODO --- ci/crypto.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/crypto.yml b/ci/crypto.yml index ae6165c8b..4c07974aa 100644 --- a/ci/crypto.yml +++ b/ci/crypto.yml @@ -20,4 +20,4 @@ test crypto: - ./tests/test_check - CK_TIMEOUT_MULTIPLIER=20 valgrind -q --error-exitcode=1 ./tests/test_check - ./tests/test_openssl 1000 - - ITERS=10 pipenv run pytest tests/ # TODO are ITERS=10 propagated? + - ITERS=10 pipenv run pytest tests