From 0b51701d57a115c5845af2cb028bde8ddb85979f Mon Sep 17 00:00:00 2001 From: Wei-Ning Huang Date: Mon, 2 Sep 2019 18:47:54 +0800 Subject: scripts: increase polling interval --- scripts/run_bp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run_bp.py b/scripts/run_bp.py index 72022110f..e49ca01ee 100755 --- a/scripts/run_bp.py +++ b/scripts/run_bp.py @@ -40,7 +40,7 @@ except Exception: CONTAINER_NAME = 'tangerine' NUM_SLOTS = 5 -POLLING_INTERVAL = 1 +POLLING_INTERVAL = 30 SLEEP_RAND_RANGE = 1800 TANGERINE_IMAGE_TMPL = 'byzantinelab/go-tangerine:latest-%s-%d' TOOLS_IMAGE = 'byzantinelab/tangerine-tools' -- cgit v1.2.3