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:
parent
9b94febf60
commit
4843ce4633
@ -62,7 +62,7 @@ void PackageStructureTest::copyPerformance()
|
||||
const QString bar = foo.filePath("mainscript");
|
||||
}
|
||||
|
||||
QVERIFY(t.elapsed() < 100);
|
||||
QVERIFY(t.elapsed() < 200);
|
||||
}
|
||||
|
||||
void PackageStructureTest::emptyContentsPrefix()
|
||||
|
Loading…
Reference in New Issue
Block a user