mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Change number of pings to 1
This cuts the test time down from 6s to 2s Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
parent
2f3b7f08a0
commit
cfde8e7855
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ func (s *DockerSuite) TestApiStatsNetworkStats(c *check.C) {
|
|||
|
||||
// Retrieve the container address
|
||||
contIP := findContainerIP(c, id, "bridge")
|
||||
numPings := 4
|
||||
numPings := 1
|
||||
|
||||
var preRxPackets uint64
|
||||
var preTxPackets uint64
|
||||
|
|
Loading…
Add table
Reference in a new issue