try fix windows tests

This commit is contained in:
Andrei Yankovich 2021-10-04 17:00:34 +03:00
parent 602d12e69a
commit fba44e7d39

View File

@ -102,7 +102,7 @@ bool BigDataTest::connectTest() {
bool BigDataTest::sendDataTest() {
QByteArray testData;
for (int i = 0; i < 1289990; i++) {
for (int i = 0; i < 128999; i++) {
testData.push_back(rand());
}