test: increase ult iteration time in Windows DEBUG builds

Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
This commit is contained in:
Mateusz Hoppe
2023-11-29 10:43:45 +00:00
committed by Compute-Runtime-Automation
parent 9779f66fde
commit 6c4e46f6a6

View File

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