Skip to content

Commit 3236a9b

Browse files
test: increase aub tests iteration timeout for Windows to 540s
Related-To: NEO-9730, NEO-9803 Signed-off-by: Mateusz Jablonski <[email protected]>
1 parent 97fcd1b commit 3236a9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared/test/common/test_configuration/aub_tests/aub_tests_configuration.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
namespace NEO {
1111
// max time per single test iteration
1212
#if defined(_WIN32)
13-
unsigned int ultIterationMaxTime = 360;
13+
unsigned int ultIterationMaxTime = 540;
1414
#else
1515
unsigned int ultIterationMaxTime = 180;
1616
#endif

0 commit comments

Comments
 (0)