test: increase mt tests iteration timeout on Windows
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
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 = "";
|
||||
|
|
Loading…
Reference in New Issue