Set the threshold of copyPerformance to 200ms...

Note that this test is kind of odd, clearly YMMV but if you run this
test under load it will randomly fail. Kind of flacky for an automated
test.
This commit is contained in:
Kevin Ottens 2013-01-03 15:28:14 +01:00
parent 9b94febf60
commit 4843ce4633

View File

@ -62,7 +62,7 @@ void PackageStructureTest::copyPerformance()
const QString bar = foo.filePath("mainscript");
}
QVERIFY(t.elapsed() < 100);
QVERIFY(t.elapsed() < 200);
}
void PackageStructureTest::emptyContentsPrefix()