still seeing flakyness. Increase retries.

Change-Id: I988afa2922dc503bcdff455822088ad22c854d97
This commit is contained in:
Nick Kralevich
2010-12-13 14:02:45 -08:00
parent 26c4fe935f
commit 553ae9a71a

View File

@@ -67,7 +67,7 @@ public class ListeningPortsTest extends TestCase {
assertNoListeningUdpPorts("/proc/net/udp6");
}
private static final int RETRIES_MAX = 4;
private static final int RETRIES_MAX = 6;
/**
* UDP tests can be flaky due to DNS lookups. Compensate.