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 fcd987f commit c3da668Copy full SHA for c3da668
test/integration/commands/create/bootstrap.ts
@@ -15,7 +15,7 @@ export type TestContext = {
15
const waitForKeyReady = async (apiKey: ApiKey): Promise<void> => {
16
const client = createClient({ accessToken: apiKey.accessToken, space: apiKey.sys.space!.sys.id })
17
18
- const retries = 5
+ const retries = 6
19
for (let i = 0; i < retries; i++)
20
try {
21
await client.getEntries()
0 commit comments