X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=test%2Fsimplecmd.cpp;h=1c8e09e94c96be44991d3a69d6b08208413dbae0;hp=36e08f1929d314c7da52d72692fb12538e7aa7ce;hb=56f3994d74dbc36d10bfa83b50b016bf269ac563;hpb=c72238fb7fc6eb081c2a0bc95fff369c760343f4 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);