mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-10-29 23:42:03 +01:00
14 lines
426 B
Diff
14 lines
426 B
Diff
diff --git a/http/client/client_test.go b/http/client/client_test.go
|
|
index 618345c..20bc153 100644
|
|
--- a/http/client/client_test.go
|
|
+++ b/http/client/client_test.go
|
|
@@ -19,7 +19,7 @@ func TestClientWithDelay(t *testing.T) {
|
|
|
|
func TestClientWithError(t *testing.T) {
|
|
clt := New("http://httpbin.org/status/502")
|
|
- clt.ClientTimeout = 5
|
|
+ clt.ClientTimeout = 50
|
|
response, err := clt.Get()
|
|
if err != nil {
|
|
t.Fatal(err)
|