aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/run_bp.py
diff options
context:
space:
mode:
authorWei-Ning Huang <w@byzantine-lab.io>2019-09-02 18:47:54 +0800
committerWei-Ning Huang <w@byzantine-lab.io>2019-09-17 16:57:31 +0800
commit0b51701d57a115c5845af2cb028bde8ddb85979f (patch)
treeeb65e46d9d201495f8496898afbf71cf37418003 /scripts/run_bp.py
parent266e3da512e3327f78c3ada3815e9c353698ccc6 (diff)
downloadgo-tangerine-0b51701d57a115c5845af2cb028bde8ddb85979f.tar
go-tangerine-0b51701d57a115c5845af2cb028bde8ddb85979f.tar.gz
go-tangerine-0b51701d57a115c5845af2cb028bde8ddb85979f.tar.bz2
go-tangerine-0b51701d57a115c5845af2cb028bde8ddb85979f.tar.lz
go-tangerine-0b51701d57a115c5845af2cb028bde8ddb85979f.tar.xz
go-tangerine-0b51701d57a115c5845af2cb028bde8ddb85979f.tar.zst
go-tangerine-0b51701d57a115c5845af2cb028bde8ddb85979f.zip
scripts: increase polling interval
Diffstat (limited to 'scripts/run_bp.py')
-rwxr-xr-xscripts/run_bp.py2
1 files changed, 1 insertions, 1 deletions
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'