Bump sleep a little to try and de-flake a test.
authorCarl Hetherington <cth@carlh.net>
Thu, 12 Sep 2024 20:49:48 +0000 (22:49 +0200)
committerCarl Hetherington <cth@carlh.net>
Thu, 12 Sep 2024 20:49:48 +0000 (22:49 +0200)
test/job_manager_test.cc

index 4a2f8bde5f97e8849dfb0347d273c6a0edba63c8..abbbf5c4bea6aad179bf72d7171b75b467f87657 100644 (file)
@@ -155,7 +155,7 @@ BOOST_AUTO_TEST_CASE(cancel_job_test)
        jobs[1]->cancel();
        jobs[0]->cancel();
 
-       dcpomatic_sleep_seconds(1);
+       dcpomatic_sleep_seconds(5);
 
        BOOST_CHECK(jobs[0]->finished_cancelled());
        BOOST_CHECK(jobs[1]->finished_cancelled());