diff options
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/fuel/fuel.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/jjb/fuel/fuel.yml b/jjb/fuel/fuel.yml index 97bac401b..b99bcc0d4 100644 --- a/jjb/fuel/fuel.yml +++ b/jjb/fuel/fuel.yml @@ -66,6 +66,9 @@ wrappers: - ssh-agent-credentials: user: '{ssh-credentials}' + - timeout: + timeout: 360 + fail: true triggers: - gerrit: @@ -199,6 +202,9 @@ wrappers: - ssh-agent-credentials: user: '{ssh-credentials}' + - timeout: + timeout: 360 + fail: true triggers: - gerrit: @@ -366,6 +372,11 @@ refspec: '' branch: '{branch}' + wrappers: + - timeout: + timeout: 360 + fail: true + builders: - shell: !include-raw ./fuel-build.sh |