Commit b37389be authored by Tiffany Rea's avatar Tiffany Rea

Merge branch 'g352343-prolong-wait' into 'master'

Adds a 10s sleep to the pipeline to give test enough time

See merge request gitlab-org/gitlab!82243
parents f91ce8cd 6f3246ac
...@@ -73,7 +73,9 @@ module QA ...@@ -73,7 +73,9 @@ module QA
test_merge_train: test_merge_train:
tags: tags:
- #{executor} - #{executor}
script: echo 'OK!' script:
- sleep 10
- echo 'OK!'
only: only:
- merge_requests - merge_requests
YAML YAML
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment