We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4519171 commit b2e0719Copy full SHA for b2e0719
runtime/service.go
@@ -1740,9 +1740,9 @@ func (s *service) monitorVMExit() {
1740
1741
func (s *service) createHTTPControlClient() {
1742
u := &httpunix.Transport{
1743
- DialTimeout: 100 * time.Millisecond,
1744
- RequestTimeout: 10 * time.Second,
1745
- ResponseHeaderTimeout: 10 * time.Second,
+ DialTimeout: 1000 * time.Millisecond,
+ RequestTimeout: 60 * time.Second,
+ ResponseHeaderTimeout: 60 * time.Second,
1746
}
1747
u.RegisterLocation("firecracker", s.shimDir.FirecrackerSockPath())
1748
0 commit comments