From d3343dad3110272c62fdcd79b2ed534260bd1cdd Mon Sep 17 00:00:00 2001 From: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com> Date: Thu, 14 Mar 2024 09:02:39 +0200 Subject: [PATCH] increase vreplication_basic timeout Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com> --- test/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/config.json b/test/config.json index a71e9486336..3f51a2d25f2 100644 --- a/test/config.json +++ b/test/config.json @@ -1037,7 +1037,7 @@ }, "vreplication_basic": { "File": "unused.go", - "Args": ["vitess.io/vitess/go/test/endtoend/vreplication", "-run", "TestBasicVreplicationWorkflow"], + "Args": ["vitess.io/vitess/go/test/endtoend/vreplication", "-run", "TestBasicVreplicationWorkflow", "-timeout", "20m"], "Command": [], "Manual": false, "Shard": "vreplication_basic",