Skip to content

Commit

Permalink
Increase HANA test timeout to 10 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanuhrig committed Jan 9, 2021
1 parent a7c81ff commit e53c9b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/python/CMakeLists.txt
Expand Up @@ -388,7 +388,7 @@ if (ENABLE_ORACLETEST)
endif()

if (ENABLE_HANATEST)
ADD_PYTHON_TEST(PyQgsHanaProvider test_provider_hana.py TEST_TIMEOUT=350)
ADD_PYTHON_TEST(PyQgsHanaProvider test_provider_hana.py TEST_TIMEOUT=600)
ADD_PYTHON_TEST(PyQgsProviderConnectionHana test_qgsproviderconnection_hana.py TEST_TIMEOUT=120)
endif (ENABLE_HANATEST)

Expand Down

0 comments on commit e53c9b9

Please sign in to comment.