mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 14:55:24 +08:00
test: increase per test timeout in mt tests to 16s
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
c9883c26e1
commit
ce5fdf7091
@@ -9,7 +9,7 @@
|
||||
|
||||
namespace NEO {
|
||||
unsigned int ultIterationMaxTime = 45;
|
||||
unsigned int testCaseMaxTimeInMs = 5000;
|
||||
unsigned int testCaseMaxTimeInMs = 16000;
|
||||
bool useMockGmm = true;
|
||||
const char *executionDirectorySuffix = "";
|
||||
const char *executionName = "MT";
|
||||
|
||||
Reference in New Issue
Block a user