Skip to content

Commit

Permalink
Increased timeout for setup logic.
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Lin committed Sep 25, 2019
1 parent cb890e6 commit 8d5594b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/setup/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import (

// Various timeouts for setup node.
const (
RequestTimeout = time.Second * 30
ReadTimeout = time.Second * 10
RequestTimeout = time.Second * 60
ReadTimeout = time.Second * 30
)

// Config defines configuration parameters for setup Node.
Expand Down

0 comments on commit 8d5594b

Please sign in to comment.