From 438fa97a2325d98adc2a3fb71d93e7539d5aea5d Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Mon, 18 May 2020 22:19:13 +0100 Subject: [PATCH] Fiddle some timeouts --- tests/31sync/06state.pl | 4 ++-- tests/52user-directory/01public.pl | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/31sync/06state.pl b/tests/31sync/06state.pl index 5d508ec27..a1190c2d5 100644 --- a/tests/31sync/06state.pl +++ b/tests/31sync/06state.pl @@ -774,7 +774,7 @@ qw( can_sync ) ], # sending 50 messages can take a while - timeout => 20000, + timeout => 2000, check => sub { my ( $creator, $syncer, $invitee ) = @_; @@ -834,7 +834,7 @@ qw( can_sync ) ], # sending 50 messages can take a while - timeout => 20000, + timeout => 2000, check => sub { my ( $creator, $syncer, $invitee ) = @_; diff --git a/tests/52user-directory/01public.pl b/tests/52user-directory/01public.pl index 641b962b9..a2941a20e 100644 --- a/tests/52user-directory/01public.pl +++ b/tests/52user-directory/01public.pl @@ -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 ) = @_; @@ -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 ) = @_;