Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c6b3ca3

Browse files
committed
fix: increase default polling timeout in the Database Lab client
1 parent d5560d8 commit c6b3ca3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/client/dblabapi/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ type Options struct {
5151

5252
const (
5353
defaultPollingInterval = 1 * time.Second
54-
defaultPollingTimeout = 30 * time.Second
54+
defaultPollingTimeout = 60 * time.Second
5555
)
5656

5757
// NewClient constructs a new Client struct.

0 commit comments

Comments
 (0)