Skip to content

Commit

Permalink
Increase kata run sh job timeout
Browse files Browse the repository at this point in the history
As indicated at kata-containers/ci#65 our
existing hour long timeout is not sufficient. Bump up to two hours to
get plenty of room on this.

Change-Id: I39a706fe70f0f552a7bb986765acef065bbbace1
  • Loading branch information
cboylan committed Sep 14, 2018
1 parent 8531020 commit fbde9c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zuul.d/jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1461,7 +1461,7 @@
pre-run: playbooks/kata-runsh/pre.yaml
run: playbooks/kata-runsh/run.yaml
post-run: playbooks/kata-runsh/post.yaml
timeout: 3600
timeout: 7200
nodeset:
nodes:
- name: ubuntu-xenial
Expand Down

0 comments on commit fbde9c0

Please sign in to comment.