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);