test: increase aub tests iteration time on Windows to 1080s
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
parent
5e87d6a2f1
commit
fa38a74913
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue