From cfde8e785582502b830238245ad69eae5394b4f0 Mon Sep 17 00:00:00 2001 From: Michael Crosby Date: Wed, 3 Aug 2016 13:30:34 -0700 Subject: [PATCH] Change number of pings to 1 This cuts the test time down from 6s to 2s Signed-off-by: Michael Crosby --- integration-cli/docker_api_stats_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-cli/docker_api_stats_test.go b/integration-cli/docker_api_stats_test.go index 77151d4da7..93d18f70df 100644 --- a/integration-cli/docker_api_stats_test.go +++ b/integration-cli/docker_api_stats_test.go @@ -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