Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
62097da1
Commit
62097da1
authored
Mar 08, 2022
by
john.mcdonnell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reload project to ensure updated import_status is used
parent
ff0f7dc0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
qa/qa/resource/fork.rb
qa/qa/resource/fork.rb
+1
-1
No files found.
qa/qa/resource/fork.rb
View file @
62097da1
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment