Increase the child's sleep time to 5 for slow machines.
diff --git a/Lib/test/test_socket.py b/Lib/test/test_socket.py
index 6ba9a2d..31b84f2 100644
--- a/Lib/test/test_socket.py
+++ b/Lib/test/test_socket.py
@@ -127,7 +127,7 @@
     else:
 	try:
 	    # child is client
-	    time.sleep(1)
+	    time.sleep(5)
 	    s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
 	    if verbose:
 		print 'child connecting'