mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-06 21:51:33 +00:00
Increase timeout for userland proxy starting
Fixes #8883 Signed-off-by: Alexandr Morozov <lk4d4@docker.com>
This commit is contained in:
@@ -145,7 +145,7 @@ func (p *proxyCommand) Start() error {
|
||||
select {
|
||||
case err := <-errchan:
|
||||
return err
|
||||
case <-time.After(1 * time.Second):
|
||||
case <-time.After(16 * time.Second):
|
||||
return fmt.Errorf("Timed out proxy starting the userland proxy")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user