From 807041e37e0dd6862f63442ea1b5dc48a6b7e784 Mon Sep 17 00:00:00 2001 From: Madelyn Olson Date: Tue, 13 Aug 2024 10:14:58 -0700 Subject: [PATCH] Increase time to wait for log message Signed-off-by: Madelyn Olson --- tests/integration/dual-channel-replication.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/dual-channel-replication.tcl b/tests/integration/dual-channel-replication.tcl index 363b8e532d..fca89a6573 100644 --- a/tests/integration/dual-channel-replication.tcl +++ b/tests/integration/dual-channel-replication.tcl @@ -709,7 +709,7 @@ start_server {tags {"dual-channel-replication external:skip"}} { # Pause primary main process after fork $primary debug pause-after-fork 1 $replica replicaof $primary_host $primary_port - wait_for_log_messages 0 {"*Done loading RDB*"} 0 2000 1 + wait_for_log_messages 0 {"*Done loading RDB*"} 0 1000 10 # At this point rdb is loaded but psync hasn't been established yet. # Pause the replica so the primary main process will wake up while the