From 898f1326fb3d5c12534c309bbf9bc5ae277923e5 Mon Sep 17 00:00:00 2001 From: Leo Chen Date: Mon, 19 Aug 2019 10:26:48 -0700 Subject: [PATCH] [test] fix debug.sh to run for 10 minutes Signed-off-by: Leo Chen --- test/debug.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/debug.sh b/test/debug.sh index f43ecb55b..268dcc447 100755 --- a/test/debug.sh +++ b/test/debug.sh @@ -1,3 +1,3 @@ ./test/kill_node.sh rm -rf tmp_log* -./test/deploy.sh -D -1 ./test/configs/local-resharding.txt +./test/deploy.sh -D 600 ./test/configs/local-resharding.txt