commit | cb85a683d0d08e5ffe9526d8e1be25aa7d38b314 | [log] [tgz] |
---|---|---|
author | Andy Bavier <andy@onlab.us> | Sat Apr 29 10:03:29 2017 -0700 |
committer | Andy Bavier <andy@onlab.us> | Sat Apr 29 10:18:39 2017 -0700 |
tree | b29394cf801d48433ca479e7775d3403f7c0dd5d | |
parent | 6274dca6c5f29cc16e9014eed71a8f7d60106e7c [diff] |
Increase timeout to 5 minutes for slower servers Change-Id: I9a960c85e4b8fb3d5546666e2aad0cfd17b5df27 (cherry picked from commit 293a22ea91c1471f206fef6714db0a0b3aa91f88)
diff --git a/roles/xos-ready/tasks/main.yml b/roles/xos-ready/tasks/main.yml index ba83ed5..0ccfb3c 100644 --- a/roles/xos-ready/tasks/main.yml +++ b/roles/xos-ready/tasks/main.yml
@@ -5,5 +5,5 @@ wait_for: host: localhost port: "{{ xos_ui_port }}" - timeout: 180 + timeout: 300