mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-04-28 09:02:41 +02:00
- Ref https://github.com/9seconds/mtg/releases/tag/v2.1.13 - Drop skip-network-tests.patch in favour of go test --skip - Rebase increase-test-timeout.patch
12 lines
249 B
Diff
12 lines
249 B
Diff
--- a/mtglib/proxy_test.go
|
|
+++ b/mtglib/proxy_test.go
|
|
@@ -169,7 +169,7 @@
|
|
InsecureSkipVerify: true,
|
|
},
|
|
},
|
|
- Timeout: 5 * time.Second,
|
|
+ Timeout: 15 * time.Second,
|
|
}
|
|
|
|
addr := fmt.Sprintf("https://%s/headers", suite.ProxyAddress())
|