From a69d1025edb55abb0cc1af8bb2d162bb98558420 Mon Sep 17 00:00:00 2001 From: mccallum Date: Tue, 19 Mar 1996 20:51:47 +0000 Subject: [PATCH] Use new RunLoop mechanism. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1228 72102866-910b-0410-8b05-ffd578937521 --- Testing/client.m | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Testing/client.m b/Testing/client.m index 2a0472237..5255c51af 100644 --- a/Testing/client.m +++ b/Testing/client.m @@ -5,6 +5,8 @@ #include #include #include +#include +#include #include #include "server.h" @@ -130,7 +132,8 @@ int main(int argc, char *argv[]) printf("repeated triangle %d object proxy's hash is 0x%x\n", j, (unsigned)[remote_peer_obj hash]); } - [c runConnectionWithTimeout:1500]; + + [RunLoop runUntilDate: [NSDate dateWithTimeIntervalSinceNow: 20 * 60]]; [c invalidate]; exit(0);