Skip to content

Commit

Permalink
fix(LH-73587): Increase SDC creation timeout (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
weilueluo authored Dec 5, 2023
1 parent e18e22e commit 1a60732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/connector/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func Create(ctx context.Context, client http.Client, createInp CreateInput) (*Cr
untilCommunicationQueueReady(ctx, client, *NewReadByUidInput(createOutp.Uid)),
retry.NewOptionsBuilder().
Message("Waiting for connector to be created....").
Retries(10).
Retries(-1).
Logger(client.Logger).
Delay(2*time.Second).
EarlyExitOnError(true).
Expand Down

0 comments on commit 1a60732

Please sign in to comment.