From 7c876c4fc058b248a70e2e57143f0c84677a310b Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Fri, 17 Jun 2022 10:47:51 +0100 Subject: [PATCH] Increase the timeout on a test, to stop it failing Fixes https://github.com/matrix-org/sytest/issues/1044 --- tests/30rooms/70publicroomslist.pl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/30rooms/70publicroomslist.pl b/tests/30rooms/70publicroomslist.pl index 1386a10c2..508d2ebaf 100644 --- a/tests/30rooms/70publicroomslist.pl +++ b/tests/30rooms/70publicroomslist.pl @@ -148,6 +148,10 @@ test "Can paginate public room list", + # this test can take a while, because we create 10 rooms, which is quite slow + # (https://github.com/matrix-org/synapse/issues/6068) + timeout => 20, + requires => [ local_user_fixture() ], check => sub {