Skip to content

Commit 67626a1

Browse files
test: increase mt tests iteration timeout on Windows
Signed-off-by: Mateusz Jablonski <[email protected]>
1 parent 717bc0c commit 67626a1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

shared/test/common/test_configuration/mt_tests/mt_test_configuration.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@
88
#include "test_mode.h"
99

1010
namespace NEO {
11+
#if defined(_WIN32)
12+
unsigned int ultIterationMaxTime = 60;
13+
#else
1114
unsigned int ultIterationMaxTime = 45;
15+
#endif
1216
unsigned int testCaseMaxTimeInMs = 16000;
1317
bool useMockGmm = true;
1418
const char *executionDirectorySuffix = "";

0 commit comments

Comments
 (0)