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

Commit 609caf7

Browse files
committed
Snappier SyTests
1 parent 6c20c18 commit 609caf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ jobs:
225225
run: cat sytest-blacklist .ci/worker-blacklist > synapse-blacklist-with-workers
226226
- name: Run SyTest
227227
run: |
228-
/bootstrap.sh synapse & bash -c 'sleep 15m; pkill -f run-tests.pl'
228+
/bootstrap.sh synapse & bash -c 'sleep 3m; pkill -f run-tests.pl'
229229
working-directory: /src
230230
- name: Summarise results.tap
231231
if: ${{ always() }}

0 commit comments

Comments
 (0)