Skip to content

Commit

Permalink
chore(internal): fix retry mechanism for ecosystem-test (#663)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-bot committed Feb 6, 2024
1 parent 5016806 commit 0eb7ed5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ecosystem-tests/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -142,13 +142,13 @@ function parseArgs() {
description: 'number of parallel jobs to run',
},
retry: {
type: 'count',
type: 'number',
default: 0,
description: 'number of times to retry failing jobs',
},
retryDelay: {
type: 'number',
default: 100,
default: 1000,
description: 'delay between retries in ms',
},
parallel: {
Expand Down

0 comments on commit 0eb7ed5

Please sign in to comment.