summaryrefslogtreecommitdiff
path: root/qa/qa/resource/fork.rb
diff options
context:
space:
mode:
Diffstat (limited to 'qa/qa/resource/fork.rb')
-rw-r--r--qa/qa/resource/fork.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/qa/resource/fork.rb b/qa/qa/resource/fork.rb
index d60b90b534f..0e6dd626312 100644
--- a/qa/qa/resource/fork.rb
+++ b/qa/qa/resource/fork.rb
@@ -95,7 +95,7 @@ module QA
def wait_until_forked
Runtime::Logger.debug("Waiting for the fork process to complete...")
forked = wait_until do
- project.import_status == "finished"
+ project.reload!.import_status == "finished"
end
raise "Timed out while waiting for the fork process to complete." unless forked