test: increase per test timeout in mt tests to 16s

Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2023-11-29 08:37:25 +00:00
committed by Compute-Runtime-Automation
parent c9883c26e1
commit ce5fdf7091

View File

@@ -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";