mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-25 05:52:43 +08:00
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:
committed by
Compute-Runtime-Automation
parent
f86d4220a5
commit
35788e2c7f
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user