tst_qtcpsocket: fix comment, the slot goes to 512
Change-Id: Ia0c5b29d6e02c9fda0b1da4a2779f1cbe9b1d747 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
parent
908de0fb8d
commit
ebe4aaadb2
@ -2485,7 +2485,7 @@ void tst_QTcpSocket::increaseReadBufferSizeFromSlot() // like KIO's socketconnec
|
||||
QVERIFY2(passive->waitForBytesWritten(5000), "Network timeout");
|
||||
|
||||
// set the read buffer size to less than what was written,
|
||||
// and increase it from the slot, first to 384 then to 1024.
|
||||
// and increase it from the slot, first to 384 then to 512.
|
||||
active->setReadBufferSize(256);
|
||||
enterLoop(10);
|
||||
QVERIFY2(!timeout(), "Network timeout");
|
||||
|
Loading…
Reference in New Issue
Block a user