trawick 00/12/03 09:42:04
Modified: test testsock.c
Log:
fix a bad comment
Revision Changes Path
1.14 +1 -1 apr/test/testsock.c
Index: testsock.c
===================================================================
RCS file: /home/cvs/apr/test/testsock.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- testsock.c 2000/12/03 01:52:34 1.13
+++ testsock.c 2000/12/03 17:42:03 1.14
@@ -108,7 +108,7 @@
args[1] = NULL;
s1 = apr_create_process(&proc1, "./server", args, NULL, attr1, context);
- /* Sleep for 30 seconds to ensure the server is setup before we begin */
+ /* Sleep for 10 seconds to ensure the server is setup before we begin */
apr_sleep(10000000);
args[0] = apr_pstrdup(context, "client");
s2 = apr_create_process(&proc2, "./client", args, NULL, attr2, context);