mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-04 23:56:39 +08:00
test: increase mt tests iteration timeout on Windows
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
717bc0c03f
commit
67626a1465
@@ -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 = "";
|
||||
|
||||
Reference in New Issue
Block a user