Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'spec/frontend/projects/pipelines/charts/mock_data.js')
-rw-r--r--spec/frontend/projects/pipelines/charts/mock_data.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/spec/frontend/projects/pipelines/charts/mock_data.js b/spec/frontend/projects/pipelines/charts/mock_data.js
index 04971b5b20e..0e3e43835d0 100644
--- a/spec/frontend/projects/pipelines/charts/mock_data.js
+++ b/spec/frontend/projects/pipelines/charts/mock_data.js
@@ -1,7 +1,7 @@
export const counts = {
- failed: 2,
- success: 2,
- total: 4,
+ failed: 20000,
+ success: 20000,
+ total: 40000,
successRatio: 50,
totalDuration: 116158,
};