Commit 6f3246ac authored by Richard Chong's avatar Richard Chong Committed by Tiffany Rea

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

parent 01d2ad15
......@@ -73,7 +73,9 @@ module QA
test_merge_train:
tags:
- #{executor}
script: echo 'OK!'
script:
- sleep 10
- echo 'OK!'
only:
- merge_requests
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