Skip to content

Commit

Permalink
Increase the timeout on a test, to stop it failing (#1262)
Browse files Browse the repository at this point in the history
Fixes #1044
  • Loading branch information
richvdh authored Jun 17, 2022
1 parent 4784b7e commit 5fd0283
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 5fd0283

Please sign in to comment.