Change number of pings to 1
This cuts the test time down from 6s to 2s Signed-off-by: Michael Crosby <crosbymichael@gmail.com> Upstream-commit: cfde8e785582502b830238245ad69eae5394b4f0 Component: engine
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user