Skip to content

Commit 206f1d5

Browse files
committed
Increase timelimits
1 parent d7fcfb6 commit 206f1d5

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
@@ -1941,7 +1941,7 @@ namespace {
19411941
}
19421942

19431943
TEST_F(Syntax_Test, sort_list) {
1944-
auto [testGen, status] = createTestForFunction(linked_list_c, 104, 300);
1944+
auto [testGen, status] = createTestForFunction(linked_list_c, 104, 600);
19451945

19461946
ASSERT_TRUE(status.ok()) << status.error_message();
19471947

@@ -1963,7 +1963,7 @@ namespace {
19631963
}
19641964

19651965
TEST_F(Syntax_Test, sort_list_with_cmp) {
1966-
auto [testGen, status] = createTestForFunction(linked_list_c, 135, 300);
1966+
auto [testGen, status] = createTestForFunction(linked_list_c, 135, 600);
19671967

19681968
ASSERT_TRUE(status.ok()) << status.error_message();
19691969

0 commit comments

Comments
 (0)