From cded35e33a094a1d5e2a4efa20a915010d42d7d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hunor=20Csomort=C3=A1ni?= Date: Thu, 8 Nov 2018 17:14:31 +0100 Subject: [PATCH] Increase polling interval MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Polling works in weird ways. It's much better to rely on messaging. Signed-off-by: Hunor Csomortáni --- openshift/mbs-test-template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openshift/mbs-test-template.yaml b/openshift/mbs-test-template.yaml index 63407f99..4310ab6b 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