Skip to content

Commit f310429

Browse files
committed
a
1 parent b083580 commit f310429

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/codewhisperer/region/regionProfileManager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ export class RegionProfileManager {
118118
return []
119119
}
120120
const availableProfiles: RegionProfile[] = []
121-
await sleep(randomInt(1000, 3000))
121+
await sleep(randomInt(0, 6000))
122122
for (const [region, endpoint] of endpoints.entries()) {
123123
const client = await this._createQClient(region, endpoint, conn as SsoConnection)
124124
const requester = async (request: CodeWhispererUserClient.ListAvailableProfilesRequest) =>

0 commit comments

Comments
 (0)