Skip to content

Commit

Permalink
fix: add another retry
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Feb 2, 2018
1 parent 5b4908a commit 6dfe207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/run.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ module.exports = file => {

describe(cmd, () => {
fancy
.retries(CI ? 1 : 0)
.retries(CI ? 2 : 0)
.do(() => {
switch (cmd) {
case 'base':
Expand Down

0 comments on commit 6dfe207

Please sign in to comment.