diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2025-02-23 23:55:04 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2025-02-23 23:55:04 +0000 |
commit | b73c73e8a925bd14fcb8954377939e127a0614d0 (patch) | |
tree | 48bdec34b575fbdb3a1e32f2c576411886a4d9da /test/test-geoData.cpp | |
parent | Process set height as required in chunks of target vertex (diff) | |
download | ilt-b73c73e8a925bd14fcb8954377939e127a0614d0.tar.bz2 ilt-b73c73e8a925bd14fcb8954377939e127a0614d0.tar.xz ilt-b73c73e8a925bd14fcb8954377939e127a0614d0.zip |
Add timeouts to more geoData tests
Diffstat (limited to 'test/test-geoData.cpp')
-rw-r--r-- | test/test-geoData.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test-geoData.cpp b/test/test-geoData.cpp index 4979327..2332513 100644 --- a/test/test-geoData.cpp +++ b/test/test-geoData.cpp @@ -292,6 +292,8 @@ BOOST_DATA_TEST_CASE(deform, loadFixtureJson<DeformTerrainData>("geoData/deform/ }); } +BOOST_TEST_DECORATOR(*boost::unit_test::timeout(2)); + BOOST_DATA_TEST_CASE( deformMulti, loadFixtureJson<std::vector<std::vector<GlobalPosition3D>>>("geoData/deform/multi1.json"), points) { |