X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=test%2Fsimplecmd.cpp;h=1c8e09e94c96be44991d3a69d6b08208413dbae0;hp=36e08f1929d314c7da52d72692fb12538e7aa7ce;hb=696c95c2808d6f88df2b348f9e77fc66c9068976;hpb=b592218402bfa779c024da2f32c4c782d52eaf88 diff --git a/test/simplecmd.cpp b/test/simplecmd.cpp index 36e08f1..1c8e09e 100644 --- a/test/simplecmd.cpp +++ b/test/simplecmd.cpp @@ -284,9 +284,10 @@ class test_simplecmd : public TestFixture socket_server ss("./socket"); command_server cs(ss); - // max 10 sec - for (int i=0; i < 10; i++) + // max 60 sec - we need atleast 28 handle calls to transfer the buffer + for (int i=0; i < 60; i++) { cs.handle(1000000); + } // don't call atexit and stuff _exit(0);