File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -40,10 +40,12 @@ jobs:
4040 - homeserver : Synapse
4141 tags : synapse_blacklist msc3083 msc3787 faster_joins
4242 env : " COMPLEMENT_SHARE_ENV_PREFIX=PASS_ PASS_SYNAPSE_COMPLEMENT_DATABASE=sqlite"
43+ timeout : 12m
4344
4445 - homeserver : Dendrite
4546 tags : msc2836 dendrite_blacklist
4647 env : " "
48+ timeout : 10m
4749
4850 steps :
4951 - uses : actions/checkout@v2 # Checkout complement
@@ -111,7 +113,7 @@ jobs:
111113
112114 - run : |
113115 set -o pipefail &&
114- ${{ matrix.env }} go test -v -json -tags "${{ matrix.tags }}" ./tests/... 2>&1 | gotestfmt
116+ ${{ matrix.env }} go test -v -json -tags "${{ matrix.tags }}" -timeout "${{ matrix.timeout }}" ./tests/... 2>&1 | gotestfmt
115117 shell: bash # required for pipefail to be A Thing. pipefail is required to stop gotestfmt swallowing non-zero exit codes
116118 name: Run Complement Tests
117119 env:
You can’t perform that action at this time.
0 commit comments