Bug 1136252 - Part 1: Increase the number of instances of signaling_unittests that can be run in parallel. r=mt

This commit is contained in:
Byron Campen [:bwc] 2015-03-06 15:16:38 -08:00
parent ee4b8ea815
commit bb655c03a8

View File

@ -250,7 +250,7 @@ TestStunServer* TestStunServer::Create() {
}
NR_SOCKET fd;
int tries = 10;
int tries = 100;
while (tries--) {
// Bind to the first address (arbitrarily) on configured port (default 3478)
r = server->TryOpenListenSocket(&addrs[0], instance_port);