Commit 48c542d5 authored by Ramya Authappan's avatar Ramya Authappan

Merge branch 'g346388-increase-build-sleep' into 'master'

Increases the build's sleep time to 10s

See merge request gitlab-org/gitlab!75301
parents e6516886 3b249c4c
...@@ -30,7 +30,7 @@ module QA ...@@ -30,7 +30,7 @@ module QA
tags: tags:
- #{executor} - #{executor}
script: script:
- sleep 3 - sleep 10
- echo 'OK!' - echo 'OK!'
only: only:
- merge_requests - merge_requests
......
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