From a5c75f4a6429907a7b361b72150cace8717fcf21 Mon Sep 17 00:00:00 2001 From: Chris Teubert Date: Tue, 2 Dec 2014 13:42:57 -0800 Subject: [PATCH] Update to fix Windows test script bug (C) --- TestScripts/C Tests/main.c | 2 ++ 1 file changed, 2 insertions(+) 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 );