diff --git a/TestScripts/C Tests/main.c b/TestScripts/C Tests/main.c index 4f8eec6..019e8a2 100644 --- a/TestScripts/C Tests/main.c +++ b/TestScripts/C Tests/main.c @@ -431,7 +431,9 @@ short connTest() // setConn test short DREFSizes[100]; struct xpcSocket sendPort, recvPort; short result = 0; +#if (__APPLE__ || __linux) usleep(0); +#endif // Setup sendPort = openUDP( 49067, "127.0.0.1", 49009 );