Browse code

Change number of pings to 1

This cuts the test time down from 6s to 2s

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>

Michael Crosby authored on 2016/08/04 05:30:34
Showing 1 changed files
... ...
@@ -90,7 +90,7 @@ func (s *DockerSuite) TestApiStatsNetworkStats(c *check.C) {
90 90
 
91 91
 	// Retrieve the container address
92 92
 	contIP := findContainerIP(c, id, "bridge")
93
-	numPings := 4
93
+	numPings := 1
94 94
 
95 95
 	var preRxPackets uint64
96 96
 	var preTxPackets uint64