Read only for backend (#691)

Fixes #663
This commit is contained in:
cyan317
2023-06-14 13:05:37 +01:00
committed by GitHub
parent a76194d299
commit 5ce3fff788
8 changed files with 224 additions and 19 deletions

View File

@@ -17,4 +17,6 @@ enable_testing()
include(GoogleTest)
gtest_discover_tests(clio_tests)
#increase timeout for tests discovery to 10 seconds, by default it is 5s. As more unittests added, we start to hit this issue
#https://github.com/google/googletest/issues/3475
gtest_discover_tests(clio_tests DISCOVERY_TIMEOUT 10)