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:
Ulf Hermann 2023-04-24 09:19:42 +02:00
parent c838419824
commit a3586e800e
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{