Files
compute-runtime/opencl/test/unit_test/offline_compiler/ocloc_tests_configuration.cpp
Mateusz Jablonski bc862dff49 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>
2023-11-30 23:40:55 +01:00

16 lines
274 B
C++

/*
* 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