Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
Wiki
Manage
Activity
Members
Labels
Plan
Issues
53
Issue boards
Milestones
Wiki
Code
Merge requests
6
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MDM Lab
Wiki
Commits
f898e3f9
Commit
f898e3f9
authored
11 months ago
by
Remi PLANEL
Browse files
Options
Downloads
Patches
Plain Diff
remove sleep
parent
39ff68a0
No related branches found
No related tags found
No related merge requests found
Pipeline
#127902
waiting for manual action with stages
in 6 minutes and 42 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
components/content/ArticleSystemDistributionPlot.vue
+1
-6
1 addition, 6 deletions
components/content/ArticleSystemDistributionPlot.vue
with
1 addition
and
6 deletions
components/content/ArticleSystemDistributionPlot.vue
+
1
−
6
View file @
f898e3f9
...
@@ -198,12 +198,7 @@ async function fetchSystemHits() {
...
@@ -198,12 +198,7 @@ async function fetchSystemHits() {
}
catch
(
error
)
{
}
catch
(
error
)
{
throw
createError
(
`Cannot get hits on refseq for system:
${
toValue
(
systemName
)}
`
)
throw
createError
(
`Cannot get hits on refseq for system:
${
toValue
(
systemName
)}
`
)
}
finally
{
}
finally
{
setTimeout
(()
=>
{
pending
.
value
=
false
console
.
log
(
"
Delayed for 1 second.
"
);
pending
.
value
=
false
},
"
3000
"
);
}
}
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment