mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
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:
parent
ee4b8ea815
commit
bb655c03a8
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user