Skip to content

Commit 73c88d3

Browse files
author
Vladislav Kalugin
committed
switch to klee 2.3, increase timeout for sort_list tests
1 parent 8e82965 commit 73c88d3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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);
1944+
auto [testGen, status] = createTestForFunction(linked_list_c, 104, 300);
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);
1966+
auto [testGen, status] = createTestForFunction(linked_list_c, 135, 300);
19671967

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

submodules/klee

Submodule klee updated 250 files

0 commit comments

Comments
 (0)