Skip to content

Commit b2c7126

Browse files
Vladislav Kaluginladisgin
authored andcommitted
update timeout
1 parent 179ac7d commit b2c7126

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/test/framework/Syntax_Tests.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1988,7 +1988,7 @@ namespace {
19881988
}
19891989

19901990
TEST_F(Syntax_Test, sort_list) {
1991-
auto [testGen, status] = createTestForFunction(linked_list_c, 104);
1991+
auto [testGen, status] = createTestForFunction(linked_list_c, 104, 90);
19921992

19931993
ASSERT_TRUE(status.ok()) << status.error_message();
19941994

@@ -2010,7 +2010,7 @@ namespace {
20102010
}
20112011

20122012
TEST_F(Syntax_Test, sort_list_with_cmp) {
2013-
auto [testGen, status] = createTestForFunction(linked_list_c, 135);
2013+
auto [testGen, status] = createTestForFunction(linked_list_c, 135, 90);
20142014

20152015
ASSERT_TRUE(status.ok()) << status.error_message();
20162016

0 commit comments

Comments
 (0)