tst_qjsengine: Further decrease the object count on QNX
It still tends to time out. Task-number: QTBUG-99168 Change-Id: I6526dca0d991293918bddd90acbc4cf8de7e8525 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
This commit is contained in:
parent
c838419824
commit
a3586e800e
|
@ -908,7 +908,7 @@ void tst_QJSEngine::newQObjectRace()
|
|||
{
|
||||
int newObjectCount = 1000;
|
||||
#if defined(Q_OS_QNX)
|
||||
newObjectCount = 256;
|
||||
newObjectCount = 128;
|
||||
#endif
|
||||
for (int i=0;i<newObjectCount;++i)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue