summaryrefslogtreecommitdiff
path: root/test/test-geoData.cpp
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2025-02-23 23:55:04 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2025-02-23 23:55:04 +0000
commitb73c73e8a925bd14fcb8954377939e127a0614d0 (patch)
tree48bdec34b575fbdb3a1e32f2c576411886a4d9da /test/test-geoData.cpp
parentProcess set height as required in chunks of target vertex (diff)
downloadilt-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.cpp2
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)
{