mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Up complement time outs (#13048)
This commit is contained in:
parent
bdb6628dcf
commit
aef398457f
1
changelog.d/13048.misc
Normal file
1
changelog.d/13048.misc
Normal file
@ -0,0 +1 @@
|
|||||||
|
Increase timeout of complement CI test runs.
|
@ -60,6 +60,9 @@ test_tags="synapse_blacklist,msc2716,msc3030,msc3787"
|
|||||||
# (The prefix is stripped off before reaching the container.)
|
# (The prefix is stripped off before reaching the container.)
|
||||||
export COMPLEMENT_SHARE_ENV_PREFIX=PASS_
|
export COMPLEMENT_SHARE_ENV_PREFIX=PASS_
|
||||||
|
|
||||||
|
# It takes longer than 10m to run the whole suite.
|
||||||
|
extra_test_args+=("-timeout=60m")
|
||||||
|
|
||||||
if [[ -n "$WORKERS" ]]; then
|
if [[ -n "$WORKERS" ]]; then
|
||||||
# Use workers.
|
# Use workers.
|
||||||
export PASS_SYNAPSE_COMPLEMENT_USE_WORKERS=true
|
export PASS_SYNAPSE_COMPLEMENT_USE_WORKERS=true
|
||||||
@ -73,9 +76,6 @@ if [[ -n "$WORKERS" ]]; then
|
|||||||
# time (the main problem is that we start 14 python processes for each test,
|
# time (the main problem is that we start 14 python processes for each test,
|
||||||
# and complement likes to do two of them in parallel).
|
# and complement likes to do two of them in parallel).
|
||||||
export COMPLEMENT_SPAWN_HS_TIMEOUT_SECS=120
|
export COMPLEMENT_SPAWN_HS_TIMEOUT_SECS=120
|
||||||
|
|
||||||
# ... and it takes longer than 10m to run the whole suite.
|
|
||||||
extra_test_args+=("-timeout=60m")
|
|
||||||
else
|
else
|
||||||
export PASS_SYNAPSE_COMPLEMENT_USE_WORKERS=
|
export PASS_SYNAPSE_COMPLEMENT_USE_WORKERS=
|
||||||
if [[ -n "$POSTGRES" ]]; then
|
if [[ -n "$POSTGRES" ]]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user