Skip to content

Commit c3da668

Browse files
authored
fix: wait longer for api creation in integration tests [] (#198)
fix: wait longer for api creation in integration tests
1 parent fcd987f commit c3da668

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/commands/create/bootstrap.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export type TestContext = {
1515
const waitForKeyReady = async (apiKey: ApiKey): Promise<void> => {
1616
const client = createClient({ accessToken: apiKey.accessToken, space: apiKey.sys.space!.sys.id })
1717

18-
const retries = 5
18+
const retries = 6
1919
for (let i = 0; i < retries; i++)
2020
try {
2121
await client.getEntries()

0 commit comments

Comments
 (0)