mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-18 22:08:53 +08:00
test: increase ult iteration time in Windows DEBUG builds
Signed-off-by: Dunajski, Bartosz <bartosz.dunajski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
48fdd857a4
commit
9e3a8bdf1b
@@ -9,7 +9,7 @@
|
||||
|
||||
namespace NEO {
|
||||
#if defined(_WIN32) && defined(_DEBUG)
|
||||
unsigned int ultIterationMaxTime = 55;
|
||||
unsigned int ultIterationMaxTime = 110;
|
||||
#else
|
||||
unsigned int ultIterationMaxTime = 45;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user