We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 128b60b commit c8b5448Copy full SHA for c8b5448
1 file changed
tests/smoketests/utils.ts
@@ -9,7 +9,7 @@ export function makeClient(overrides: Partial<ConstructorParameters<typeof Runlo
9
baseURL,
10
bearerToken,
11
timeout: 120_000,
12
- maxRetries: 1,
+ maxRetries: 3,
13
...overrides,
14
});
15
}
@@ -19,7 +19,7 @@ export function makeClientSDK() {
19
bearerToken: process.env['RUNLOOP_API_KEY'],
20
baseURL: process.env['RUNLOOP_BASE_URL'],
21
22
23
24
25
0 commit comments