Skip to content

Commit a20dec8

Browse files
committed
chore(internal): fix retry mechanism for ecosystem-test (#663)
1 parent 9b2d5be commit a20dec8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ecosystem-tests/cli.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,13 +142,13 @@ function parseArgs() {
142142
description: 'number of parallel jobs to run',
143143
},
144144
retry: {
145-
type: 'count',
145+
type: 'number',
146146
default: 0,
147147
description: 'number of times to retry failing jobs',
148148
},
149149
retryDelay: {
150150
type: 'number',
151-
default: 100,
151+
default: 1000,
152152
description: 'delay between retries in ms',
153153
},
154154
parallel: {

0 commit comments

Comments
 (0)