summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2018-01-23 13:57:07 +0100
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2018-01-23 13:57:07 +0100
commita4e581229e729c5f21fa65cfc708e964b65b6c5b (patch)
treea802803e088db34e78e43e6658f21ac7221c00e7
parent55ba4604390242de9728e47673f61703fbbaa02e (diff)
downloadgitlab-ce-a4e581229e729c5f21fa65cfc708e964b65b6c5b.tar.gz
Wait for runner until it registers itself in QA tests
-rw-r--r--qa/qa/specs/features/project/pipelines_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/qa/qa/specs/features/project/pipelines_spec.rb b/qa/qa/specs/features/project/pipelines_spec.rb
index 6760605df72..1bb7730e06c 100644
--- a/qa/qa/specs/features/project/pipelines_spec.rb
+++ b/qa/qa/specs/features/project/pipelines_spec.rb
@@ -15,6 +15,7 @@ module QA
end
Page::Project::Settings::CICD.perform do |settings|
+ sleep 5 # Runner should register within 5 seconds
settings.refresh
settings.expand_runners_settings do |page|