mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-29 00:58:39 +08:00
test: increase ult iteration time in Windows DEBUG builds
Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
9779f66fde
commit
6c4e46f6a6
@@ -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 = "";
|
||||
|
||||
Reference in New Issue
Block a user