complement: enable dirty runs

This commit is contained in:
Kegan Dougal 2023-10-18 14:27:09 +01:00
parent 8841db4d27
commit 162225f4e1
1 changed files with 3 additions and 0 deletions

View File

@ -219,6 +219,9 @@ test_packages="./tests/csapi ./tests ./tests/msc3874 ./tests/msc3890 ./tests/msc
# All environment variables starting with PASS_ will be shared.
# (The prefix is stripped off before reaching the container.)
export COMPLEMENT_SHARE_ENV_PREFIX=PASS_
# Enable dirty runs, so tests will reuse the same container where possible.
# This significantly speeds up tests, but increases the possibility of test pollution.
export COMPLEMENT_ENABLE_DIRTY_RUNS=1
# It takes longer than 10m to run the whole suite.
extra_test_args+=("-timeout=60m")