From cded35e33a094a1d5e2a4efa20a915010d42d7d8 Mon Sep 17 00:00:00 2001 From: Hunor Csomortáni Date: Nov 12 2018 16:56:16 +0000 Subject: Increase polling interval Polling works in weird ways. It's much better to rely on messaging. Signed-off-by: Hunor Csomortáni --- diff --git a/openshift/mbs-test-template.yaml b/openshift/mbs-test-template.yaml index 63407f9..4310ab6 100644 --- a/openshift/mbs-test-template.yaml +++ b/openshift/mbs-test-template.yaml @@ -562,7 +562,7 @@ objects: # How often should we resort to polling, in seconds # Set to zero to disable polling - POLLING_INTERVAL = 20 + POLLING_INTERVAL = 600 # Determines how many builds that can be submitted to the builder # and be in the build state at a time. Set this to 0 for no restrictions