diff --git a/test/test_vect.cpp b/test/test_vect.cpp index bebd688..d80347e 100644 --- a/test/test_vect.cpp +++ b/test/test_vect.cpp @@ -4,7 +4,7 @@ #include const static int EXECUTION_COUNT = 100000; -static constexpr int MATRIX_MAX_SIZE = 7; +static constexpr int MATRIX_MAX_SIZE = 5; static int GetRandomSize() { return rand() % MATRIX_MAX_SIZE + 1;