Skip to content

Commit

Permalink
Fiddle some timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
erikjohnston committed May 18, 2020
1 parent ed33ee2 commit 438fa97
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tests/31sync/06state.pl
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,7 @@
qw( can_sync ) ],

# sending 50 messages can take a while
timeout => 20000,
timeout => 2000,

check => sub {
my ( $creator, $syncer, $invitee ) = @_;
Expand Down Expand Up @@ -834,7 +834,7 @@
qw( can_sync ) ],

# sending 50 messages can take a while
timeout => 20000,
timeout => 2000,

check => sub {
my ( $creator, $syncer, $invitee ) = @_;
Expand Down
4 changes: 2 additions & 2 deletions tests/52user-directory/01public.pl
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
requires => [ local_user_fixtures( 2 ) ],

# matrix_get_user_dir_synced creates two new users and a room, which is kinda slow.
timeout => 20000,
timeout => 1200,

check => sub {
my ( $creator, $user ) = @_;
Expand Down Expand Up @@ -250,7 +250,7 @@
requires => [ local_user_fixtures( 2 ) ],

# matrix_get_user_dir_synced creates two new users and a room, which is kinda slow.
timeout => 20000,
timeout => 1200,

check => sub {
my ( $creator, $user ) = @_;
Expand Down

0 comments on commit 438fa97

Please sign in to comment.