equal
deleted
inserted
replaced
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 ); |