Support configuring a HTTP client timeout in the Docker provider

This commit is contained in:
Sune Keller
2020-08-28 10:02:03 +02:00
committed by GitHub
parent 3db47f0adc
commit 29bd6faa18
9 changed files with 43 additions and 1 deletions

View File

@@ -157,6 +157,7 @@ func TestDo_globalConfiguration(t *testing.T) {
SwarmMode: true,
Network: "MyNetwork",
SwarmModeRefreshSeconds: 42,
HTTPClientTimeout: 42,
}
config.Providers.KubernetesIngress = &ingress.Provider{