Commit 68e64e7a authored by Andrejs Cunskis's avatar Andrejs Cunskis

Merge branch 'jmd-fix-move-project-fork-e2e' into 'master'

Fix flaky move_project_create_fork_spec E2E

See merge request gitlab-org/gitlab!82374
parents 3ad5e616 62097da1
...@@ -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