Skip to content

Commit

Permalink
Update the example image in the documentation (#147)
Browse files Browse the repository at this point in the history
* Improve demo gif

* Improve demo gif
  • Loading branch information
rick-nu authored and eXistenZNL committed Aug 8, 2019
1 parent 967cbb5 commit d0d214e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/integration/dashboard-gitlab-pipeline.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
});
});
Binary file modified docs/img/dashboard.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d0d214e

Please sign in to comment.