Skip to content

Commit 5efac39

Browse files
committed
[XAPID-1070] change test
1 parent ec151a2 commit 5efac39

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

bundle_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ var _ = Describe("api", func() {
7272
isClosed: new(int32),
7373
client: &http.Client{
7474
Timeout: time.Second,
75+
Transport: &http.Transport{
76+
MaxIdleConnsPerHost: 10,
77+
},
7578
},
7679
}
7780
testBundleMan.initializeBundleDownloading()

0 commit comments

Comments
 (0)