From e33e0295bb18be14eee1f3ff162dff9522e37e20 Mon Sep 17 00:00:00 2001 From: Oran Agra Date: Wed, 22 Dec 2021 16:05:53 +0200 Subject: [PATCH] resolve replication test timing sensitivity (#9982) issue started failing after #9878 was merged (made an exiting test more sensitive) --- tests/integration/replication.tcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/integration/replication.tcl b/tests/integration/replication.tcl index 40e1f996f..d53619702 100644 --- a/tests/integration/replication.tcl +++ b/tests/integration/replication.tcl @@ -540,8 +540,8 @@ foreach testType {Successful Aborted} { switch $testType { "Aborted" { # Set master with a slow rdb generation, so that we can easily intercept loading - # 10ms per key, with 1000 keys is 10 seconds - $master config set rdb-key-save-delay 10000 + # 30ms per key, with 1000 keys is 30 seconds + $master config set rdb-key-save-delay 30000 test {Diskless load swapdb (async_loading): replica enter async_loading} { # Wait for the replica to start reading the rdb