diff options
author | Wei-Ning Huang <w@byzantine-lab.io> | 2019-09-02 18:47:54 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@byzantine-lab.io> | 2019-09-17 16:57:31 +0800 |
commit | 0b51701d57a115c5845af2cb028bde8ddb85979f (patch) | |
tree | eb65e46d9d201495f8496898afbf71cf37418003 | |
parent | 266e3da512e3327f78c3ada3815e9c353698ccc6 (diff) | |
download | go-tangerine-0b51701d57a115c5845af2cb028bde8ddb85979f.tar.gz go-tangerine-0b51701d57a115c5845af2cb028bde8ddb85979f.tar.zst go-tangerine-0b51701d57a115c5845af2cb028bde8ddb85979f.zip |
scripts: increase polling interval
-rwxr-xr-x | scripts/run_bp.py | 2 |
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' |