Browse Source

lib/api: Give the config changes some more time? (#7335)

Jakob Borg 4 years ago
parent
commit
194501c958
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/api/api_test.go

+ 1 - 1
lib/api/api_test.go

@@ -1265,7 +1265,7 @@ func TestConfigChanges(t *testing.T) {
 	defer cancel()
 
 	cli := &http.Client{
-		Timeout: time.Second,
+		Timeout: time.Minute,
 	}
 
 	do := func(req *http.Request, status int) *http.Response {