From 6bd27480f5011470a91d7f4cce2bd9bded9df3c9 Mon Sep 17 00:00:00 2001
From: Thomas F Herbert <therbert@redhat.com>
Date: Thu, 5 May 2016 17:52:16 -0400
Subject: Add timeout to ovsnfv merge and daily jobs. Fixed whitespace. Set for
 24 minutes

Change-Id: I0ebf60fd9ea8f6132963da27d39bf2daf44e401d
Signed-off-by: Thomas F Herbert <therbert@redhat.com>
---
 jjb/ovsnfv/ovsnfv.yml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/jjb/ovsnfv/ovsnfv.yml b/jjb/ovsnfv/ovsnfv.yml
index 8a119d9fb..f12718a06 100644
--- a/jjb/ovsnfv/ovsnfv.yml
+++ b/jjb/ovsnfv/ovsnfv.yml
@@ -85,6 +85,11 @@
             refspec: ''
             choosing-strategy: 'default'
 
+    wrappers:
+        - timeout:
+            timeout: 24
+            fail: true
+
     triggers:
         - gerrit:
             trigger-on:
@@ -126,6 +131,11 @@
             refspec: ''
             branch: '{branch}'
 
+    wrappers:
+        - timeout:
+            timeout: 24
+            fail: true
+
     triggers:
         - timed: '@midnight'
 
-- 
cgit