Skip to content

Commit

Permalink
Updated C/C submodule to v3.1.13
Browse files Browse the repository at this point in the history
Added multistatement to possibly long running tests with longer timeout.
  • Loading branch information
lawrinn committed Jun 7, 2021
1 parent 6a0590f commit 7da1288
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libmariadb
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ ADD_EXECUTABLE(odbc_connstring connstring.c ${CMAKE_SOURCE_DIR}/ma_dsn.c ${COMMO
TARGET_LINK_LIBRARIES(odbc_connstring ${ODBC_LIBS} ${ODBC_INSTLIBS} mariadbclient ${PLATFORM_DEPENDENCIES})
ADD_TEST(odbc_connstring ${EXECUTABLE_OUTPUT_PATH}/odbc_connstring)
SET_TESTS_PROPERTIES(odbc_connstring PROPERTIES TIMEOUT 120)
SET_TESTS_PROPERTIES(odbc_basic odbc_catalog2 odbc_cursor PROPERTIES TIMEOUT 420)
SET_TESTS_PROPERTIES(odbc_basic odbc_catalog2 odbc_cursor odbc_multistatement PROPERTIES TIMEOUT 450)

0 comments on commit 7da1288

Please sign in to comment.