Commit 62097da1 authored by john.mcdonnell's avatar john.mcdonnell

Reload project to ensure updated import_status is used

parent ff0f7dc0
...@@ -95,7 +95,7 @@ module QA ...@@ -95,7 +95,7 @@ module QA
def wait_until_forked def wait_until_forked
Runtime::Logger.debug("Waiting for the fork process to complete...") Runtime::Logger.debug("Waiting for the fork process to complete...")
forked = wait_until do forked = wait_until do
project.import_status == "finished" project.reload!.import_status == "finished"
end end
raise "Timed out while waiting for the fork process to complete." unless forked raise "Timed out while waiting for the fork process to complete." unless forked
......
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