File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -512,7 +512,7 @@ def test_start_transient_errors_with_suppression_all_changes(self):
512
512
)
513
513
try :
514
514
follower = ChangesFollower (self .client , db = "db" , error_tolerance = 300 )
515
- count = self .runner (follower , _Mode .LISTEN , timeout = 3 )
515
+ count = self .runner (follower , _Mode .LISTEN , timeout = 1 )
516
516
except BaseException :
517
517
self .fail ("There should be no exception." )
518
518
self .assertEqual (
@@ -550,7 +550,7 @@ def test_start_transient_errors_with_max_suppression_all_changes(self):
550
550
)
551
551
try :
552
552
follower = ChangesFollower (self .client , db = "db" )
553
- count = self .runner (follower , _Mode .LISTEN , timeout = 3 )
553
+ count = self .runner (follower , _Mode .LISTEN , timeout = 1 )
554
554
except BaseException :
555
555
self .fail ("There should be no exception." )
556
556
self .assertEqual (
You can’t perform that action at this time.
0 commit comments