diff options
-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' |