test: increase aub tests iteration time on Windows to 1080s

Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski 2024-01-31 09:30:56 +00:00 committed by Compute-Runtime-Automation
parent 5e87d6a2f1
commit fa38a74913
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
namespace NEO {
// max time per single test iteration
#if defined(_WIN32)
unsigned int ultIterationMaxTimeInS = 540;
unsigned int ultIterationMaxTimeInS = 1080;
#else
unsigned int ultIterationMaxTimeInS = 180;
#endif