Skip to content

Commit

Permalink
Increase the timeout on a test, to stop it failing
Browse files Browse the repository at this point in the history
Fixes #1044
  • Loading branch information
richvdh committed Jun 17, 2022
1 parent 4784b7e commit 7c876c4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/30rooms/70publicroomslist.pl
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 7c876c4

Please sign in to comment.