Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c6b3ca3

Browse filesBrowse files
committed
fix: increase default polling timeout in the Database Lab client
1 parent d5560d8 commit c6b3ca3
Copy full SHA for c6b3ca3

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎pkg/client/dblabapi/client.go

Copy file name to clipboardExpand all lines: pkg/client/dblabapi/client.go
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.