test: unify per test case timeout in aub tests

setup timeout to 180s

Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2024-03-29 08:12:31 +00:00
committed by Compute-Runtime-Automation
parent f86d4220a5
commit 35788e2c7f

View File

@@ -9,11 +9,7 @@
namespace NEO {
// max time per single test iteration
#if defined(_WIN32)
unsigned int ultIterationMaxTimeInS = 1080;
#else
unsigned int ultIterationMaxTimeInS = 180;
#endif
unsigned int testCaseMaxTimeInMs = 32000;
bool useMockGmm = false;
const char *executionDirectorySuffix = "_aub";