| commit | a962398a924098135f07c15622031b30b0a4986d | [log] [tgz] |
|---|---|---|
| author | Haoming Zhang <zhm1993zhm@gmail.com> | Fri Aug 11 10:19:07 2017 -0700 |
| committer | Haoming Zhang <zhm1993zhm@gmail.com> | Fri Aug 11 11:58:39 2017 -0700 |
| tree | f474abf9102ae29915de38c04aadc82bab3f8621 | |
| parent | a0e57031ed83080837814cdb13fb3d32820dbbf7 [diff] |
[XAPID-1070] change test
diff --git a/bundle_test.go b/bundle_test.go index 30626f9..7946f96 100644 --- a/bundle_test.go +++ b/bundle_test.go
@@ -78,6 +78,9 @@ isClosed: new(int32), client: &http.Client{ Timeout: time.Second, + Transport: &http.Transport{ + MaxIdleConnsPerHost: 10, + }, }, } testBundleMan.initializeBundleDownloading()