Skip to content

Commit 829e5ba

Browse files
test: increase per test timeout in unit tests to 8s
Signed-off-by: Mateusz Jablonski <[email protected]>
1 parent 8e3caef commit 829e5ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared/test/common/test_configuration/unit_tests/ult_configuration.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
namespace NEO {
1111
unsigned int ultIterationMaxTime = 45;
12-
unsigned int testCaseMaxTimeInMs = 5000;
12+
unsigned int testCaseMaxTimeInMs = 8000;
1313
bool useMockGmm = true;
1414
const char *executionDirectorySuffix = "";
1515
const char *executionName = "ULT";

0 commit comments

Comments
 (0)