diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2023-04-14 01:40:28 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2023-04-14 01:40:28 +0100 |
commit | 1efd1c0cabb19c0d305b64d6e8aa1df3ab2150da (patch) | |
tree | 7ec373b52a26b2dc67438283c3ad9520ff03f0ff /test | |
parent | Have texture packer search harder for a solution, stopping at the reported te... (diff) | |
download | ilt-1efd1c0cabb19c0d305b64d6e8aa1df3ab2150da.tar.bz2 ilt-1efd1c0cabb19c0d305b64d6e8aa1df3ab2150da.tar.xz ilt-1efd1c0cabb19c0d305b64d6e8aa1df3ab2150da.zip |
Extend timeout... this can be a bit slow now
Diffstat (limited to 'test')
-rw-r--r-- | test/test-assetFactory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-assetFactory.cpp b/test/test-assetFactory.cpp index dd458ca..4fde5ed 100644 --- a/test/test-assetFactory.cpp +++ b/test/test-assetFactory.cpp @@ -174,7 +174,7 @@ BOOST_AUTO_TEST_CASE(texturePacker_many, *boost::unit_test::timeout(5)) BOOST_CHECK_EQUAL(totalSize, TexturePacker::area(result.second)); } -BOOST_AUTO_TEST_CASE(texturePacker_many_random, *boost::unit_test::timeout(5)) +BOOST_AUTO_TEST_CASE(texturePacker_many_random, *boost::unit_test::timeout(15)) { std::vector<TexturePacker::Image> images(2048); std::mt19937 gen(std::random_device {}()); |