test: increase mt tests iteration timeout on Windows

Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski 2023-12-11 14:59:00 +00:00 committed by Compute-Runtime-Automation
parent 717bc0c03f
commit 67626a1465
1 changed files with 4 additions and 0 deletions

View File

@ -8,7 +8,11 @@
#include "test_mode.h"
namespace NEO {
#if defined(_WIN32)
unsigned int ultIterationMaxTime = 60;
#else
unsigned int ultIterationMaxTime = 45;
#endif
unsigned int testCaseMaxTimeInMs = 16000;
bool useMockGmm = true;
const char *executionDirectorySuffix = "";