summaryrefslogtreecommitdiff
path: root/qa/qa/resource/repository/commit.rb
diff options
context:
space:
mode:
Diffstat (limited to 'qa/qa/resource/repository/commit.rb')
-rw-r--r--qa/qa/resource/repository/commit.rb6
1 files changed, 5 insertions, 1 deletions
diff --git a/qa/qa/resource/repository/commit.rb b/qa/qa/resource/repository/commit.rb
index 54093a5c195..1fe35f7a77d 100644
--- a/qa/qa/resource/repository/commit.rb
+++ b/qa/qa/resource/repository/commit.rb
@@ -33,7 +33,11 @@ module QA
super
rescue ResourceNotFoundError
- super
+ result = super
+
+ project.wait_for_push(commit_message)
+
+ result
end
def api_get_path