From fbde9bb7310331f8d27fdcbe108c9261a809726e Mon Sep 17 00:00:00 2001 From: Pankaj Garg Date: Mon, 29 Oct 2018 15:03:08 -0700 Subject: [PATCH] Run bench-tps for longer duration in testnet (#1638) - Increased to 2+ hours --- net/remote/remote-client.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/remote/remote-client.sh b/net/remote/remote-client.sh index ff73b189fc..709d027281 100755 --- a/net/remote/remote-client.sh +++ b/net/remote/remote-client.sh @@ -59,7 +59,7 @@ clientCommand="\ --network $entrypointIp:8001 \ --identity client.json \ --num-nodes $numNodes \ - --duration 600 \ + --duration 7500 \ --sustained \ --threads $threadCount \ "