diff --git a/cypress/integration/dashboard-gitlab-pipeline.spec.js b/cypress/integration/dashboard-gitlab-pipeline.spec.js index 8d8713c0..bbbb660f 100644 --- a/cypress/integration/dashboard-gitlab-pipeline.spec.js +++ b/cypress/integration/dashboard-gitlab-pipeline.spec.js @@ -8,7 +8,7 @@ context('GitLab pipeline tests', () => { cy.pushGitLabWebhook(`master-pipeline-success/${loopCount}.json`); // Speed up the first 9 pipeline events, they're not interesting for us - cy.wait(loopCount < 9 ? 100 : 1000); + cy.wait(loopCount < 9 ? 10 : 800); } }); }); diff --git a/docs/img/dashboard.gif b/docs/img/dashboard.gif index a3bf468a..7af9e885 100644 Binary files a/docs/img/dashboard.gif and b/docs/img/dashboard.gif differ