tests/auto/qhttp/tst_qhttp.cpp
changeset 3 41300fa6a67c
parent 0 1918ee327afb
child 4 3b1da2848fc7
equal deleted inserted replaced
2:56cd8111b7f7 3:41300fa6a67c
   361     } else {
   361     } else {
   362     getId = http->get( path );
   362     getId = http->get( path );
   363     }
   363     }
   364     addRequest( QHttpRequestHeader(), getId );
   364     addRequest( QHttpRequestHeader(), getId );
   365 
   365 
   366     QTestEventLoop::instance().enterLoop( 30 );
   366     QTestEventLoop::instance().enterLoop( 50 );
   367 
   367 
   368     if ( QTestEventLoop::instance().timeout() )
   368     if ( QTestEventLoop::instance().timeout() )
   369     QFAIL( "Network operation timed out" );
   369     QFAIL( "Network operation timed out" );
   370 
   370 
   371     ResMapIt res = resultMap.find( getId );
   371     ResMapIt res = resultMap.find( getId );