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 705d037
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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 => 20,

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 => 20,

check => sub {
my ( $creator, $syncer, $invitee ) = @_;
Expand Down
2 changes: 1 addition & 1 deletion tests/31sync/15lazy-members.pl
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@

test "Gapped incremental syncs include all state changes",
# sending 50 messages can take a while
timeout => 20000,
timeout => 20,

requires => [ local_user_fixtures( 4 ),
qw( can_sync ) ],
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 => 20,

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 => 20,

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

0 comments on commit 705d037

Please sign in to comment.