mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 23:03:02 +08:00
test: increase windows ult timeout
debug config to 240s per iteration release config to 120s per iteration Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
01047eb461
commit
b77a1fa032
@@ -8,8 +8,12 @@
|
||||
#include "test_mode.h"
|
||||
|
||||
namespace NEO {
|
||||
#if defined(_WIN32) && defined(_DEBUG)
|
||||
unsigned int ultIterationMaxTime = 110;
|
||||
#if defined(_WIN32)
|
||||
#if defined(_DEBUG)
|
||||
unsigned int ultIterationMaxTime = 240;
|
||||
#else
|
||||
unsigned int ultIterationMaxTime = 120;
|
||||
#endif
|
||||
#else
|
||||
unsigned int ultIterationMaxTime = 45;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user