aports/testing/mtg/increase-test-timeout.patch
Oleg Titov 251564999a testing/mtg: upgrade to 2.1.13
- 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
2026-03-08 22:10:45 -06:00

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())