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:
Mateusz Jablonski
2023-11-30 12:13:22 +00:00
committed by Compute-Runtime-Automation
parent ebccb936d0
commit bc862dff49
2 changed files with 9 additions and 1 deletions

View File

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