mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-04 15:53:45 +08:00
test: increase ult iteration timeouts
for aub tests on Windows to 360s for ocloc tests on Windows to 90s Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
ebccb936d0
commit
bc862dff49
@@ -1,11 +1,15 @@
|
||||
/*
|
||||
* Copyright (C) 2021-2022 Intel Corporation
|
||||
* Copyright (C) 2021-2023 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
*/
|
||||
|
||||
namespace NEO {
|
||||
#if defined(_WIN32)
|
||||
unsigned int ultIterationMaxTime = 90;
|
||||
#else
|
||||
unsigned int ultIterationMaxTime = 45;
|
||||
#endif
|
||||
const char *executionName = "OCLOC";
|
||||
} // namespace NEO
|
||||
|
||||
Reference in New Issue
Block a user