summaryrefslogtreecommitdiff
path: root/qa/qa/page/project/operations
diff options
context:
space:
mode:
authorDylan Griffith <dyl.griffith@gmail.com>2019-01-25 20:26:54 +0000
committerDylan Griffith <dyl.griffith@gmail.com>2019-01-25 20:26:54 +0000
commit7a89575d18167f04949c49353e05fa0c923aaa94 (patch)
tree953f4fa6e9fc770af1143e26aa1ecb044d9e210a /qa/qa/page/project/operations
parent1d0580d4dca8133efe8b6035ead4455e7b1b40c5 (diff)
downloadgitlab-ce-7a89575d18167f04949c49353e05fa0c923aaa94.tar.gz
Auto DevOps QA: increase IP address timeout, remove quarantine
Diffstat (limited to 'qa/qa/page/project/operations')
-rw-r--r--qa/qa/page/project/operations/kubernetes/show.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/qa/page/project/operations/kubernetes/show.rb b/qa/qa/page/project/operations/kubernetes/show.rb
index 9e8f9ba79d7..98ac5c32d91 100644
--- a/qa/qa/page/project/operations/kubernetes/show.rb
+++ b/qa/qa/page/project/operations/kubernetes/show.rb
@@ -30,7 +30,7 @@ module QA
def ingress_ip
# We need to wait longer since it can take some time before the
# ip address is assigned for the ingress controller
- page.find('#ingress-ip-address', wait: 500).value
+ page.find('#ingress-ip-address', wait: 1200).value
end
end
end