From 84dc9647934e527a903068103aef2a5e9520e951 Mon Sep 17 00:00:00 2001 From: Stainless Bot Date: Tue, 6 Feb 2024 10:13:57 +0000 Subject: [PATCH] chore(internal): fix retry mechanism for ecosystem-test --- ecosystem-tests/cli.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ecosystem-tests/cli.ts b/ecosystem-tests/cli.ts index c52a16cb7..c84c479d4 100644 --- a/ecosystem-tests/cli.ts +++ b/ecosystem-tests/cli.ts @@ -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: {