Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit aef3984

Browse files
authored
Up complement time outs (#13048)
1 parent bdb6628 commit aef3984

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

changelog.d/13048.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Increase timeout of complement CI test runs.

scripts-dev/complement.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ test_tags="synapse_blacklist,msc2716,msc3030,msc3787"
6060
# (The prefix is stripped off before reaching the container.)
6161
export COMPLEMENT_SHARE_ENV_PREFIX=PASS_
6262

63+
# It takes longer than 10m to run the whole suite.
64+
extra_test_args+=("-timeout=60m")
65+
6366
if [[ -n "$WORKERS" ]]; then
6467
# Use workers.
6568
export PASS_SYNAPSE_COMPLEMENT_USE_WORKERS=true
@@ -73,9 +76,6 @@ if [[ -n "$WORKERS" ]]; then
7376
# time (the main problem is that we start 14 python processes for each test,
7477
# and complement likes to do two of them in parallel).
7578
export COMPLEMENT_SPAWN_HS_TIMEOUT_SECS=120
76-
77-
# ... and it takes longer than 10m to run the whole suite.
78-
extra_test_args+=("-timeout=60m")
7979
else
8080
export PASS_SYNAPSE_COMPLEMENT_USE_WORKERS=
8181
if [[ -n "$POSTGRES" ]]; then

0 commit comments

Comments
 (0)