mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 02:42:55 +00:00
lower the number for race tests performed in QHostInfo test
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
parent
79ed7e3154
commit
89c09bdbe6
1 changed files with 1 additions and 1 deletions
|
@ -391,7 +391,7 @@ void tst_QHostInfo::blockingLookup()
|
|||
|
||||
void tst_QHostInfo::raceCondition()
|
||||
{
|
||||
for (int i = 0; i < 1000; ++i) {
|
||||
for (int i = 0; i < 10; ++i) {
|
||||
QTcpSocket socket;
|
||||
socket.connectToHost("invalid" TEST_DOMAIN, 80);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue