mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-25 19:32:44 +01:00
12 lines
249 B
Diff
12 lines
249 B
Diff
--- a/mtglib/proxy_test.go
|
|
+++ b/mtglib/proxy_test.go
|
|
@@ -149,7 +149,7 @@
|
|
InsecureSkipVerify: true,
|
|
},
|
|
},
|
|
- Timeout: 5 * time.Second,
|
|
+ Timeout: 15 * time.Second,
|
|
}
|
|
|
|
addr := fmt.Sprintf("https://%s/headers", suite.ProxyAddress())
|