Skip to content

Commit

Permalink
Increase time to wait for log message
Browse files Browse the repository at this point in the history
Signed-off-by: Madelyn Olson <[email protected]>
  • Loading branch information
madolson committed Aug 13, 2024
1 parent a1d1cdf commit 807041e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/dual-channel-replication.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 807041e

Please sign in to comment.