aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorMarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz>2023-01-27 17:14:27 +0100
committerMarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz>2023-02-02 16:26:16 +0100
commit3fffff50f625ed5e3c45139b3ae874f63f121a1e (patch)
tree89691c2153e9bd922c715ffb17832096273838c2 /ci
parentb3ef3291993da920154a0e26d38782e90f1ed9f6 (diff)
downloadbitcoin-3fffff50f625ed5e3c45139b3ae874f63f121a1e.tar.xz
ci: Remove unused EXPECTED_TESTS_DURATION_IN_SECONDS env var
Diffstat (limited to 'ci')
-rwxr-xr-xci/test/00_setup_env.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/ci/test/00_setup_env.sh b/ci/test/00_setup_env.sh
index 07c20f632d..43f398d272 100755
--- a/ci/test/00_setup_env.sh
+++ b/ci/test/00_setup_env.sh
@@ -45,7 +45,6 @@ export RUN_SECURITY_TESTS=${RUN_SECURITY_TESTS:-false}
export TEST_RUNNER_TIMEOUT_FACTOR=${TEST_RUNNER_TIMEOUT_FACTOR:-40}
export TEST_RUNNER_ENV=${TEST_RUNNER_ENV:-}
export RUN_FUZZ_TESTS=${RUN_FUZZ_TESTS:-false}
-export EXPECTED_TESTS_DURATION_IN_SECONDS=${EXPECTED_TESTS_DURATION_IN_SECONDS:-1000}
export CONTAINER_NAME=${CONTAINER_NAME:-ci_unnamed}
export CI_IMAGE_NAME_TAG=${CI_IMAGE_NAME_TAG:-ubuntu:20.04}