From 8a14ce8634c49d992aa929cf0f98e96f03bccba4 Mon Sep 17 00:00:00 2001 From: Oran Agra Date: Tue, 14 Jul 2020 18:04:08 +0300 Subject: [PATCH] redis-cli tests, fix valgrind timing issue (#7519) this test when run with valgrind on github actions takes 160 seconds --- tests/integration/redis-cli.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/redis-cli.tcl b/tests/integration/redis-cli.tcl index aa8b92199..c70d14eeb 100644 --- a/tests/integration/redis-cli.tcl +++ b/tests/integration/redis-cli.tcl @@ -241,7 +241,7 @@ start_server {tags {"cli"}} { test_nontty_cli "Connecting as a replica" { set fd [open_cli "--replica"] - wait_for_condition 200 500 { + wait_for_condition 500 500 { [string match {*slave0:*state=online*} [r info]] } else { fail "redis-cli --replica did not connect"