Skip to content

Commit

Permalink
ci: Remove unused EXPECTED_TESTS_DURATION_IN_SECONDS env var
Browse files Browse the repository at this point in the history
MarcoFalke committed Feb 2, 2023

Unverified

No user is associated with the committer email.
1 parent b3ef329 commit 3fffff5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ci/test/00_setup_env.sh
Original file line number Diff line number Diff line change
@@ -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}

0 comments on commit 3fffff5

Please sign in to comment.