diff --git a/Library/TeamTalkLib/test/CatchDefault.cpp b/Library/TeamTalkLib/test/CatchDefault.cpp index dc87573fd..e25ef4786 100644 --- a/Library/TeamTalkLib/test/CatchDefault.cpp +++ b/Library/TeamTalkLib/test/CatchDefault.cpp @@ -3981,7 +3981,7 @@ TEST_CASE("TTPlayOpusOgg") REQUIRE(paused); durationMSec = GETTIMESTAMP() - durationMSec; // precision reduced due to GitHub CI being slow - REQUIRE(int(durationMSec) > int(mfi.uDurationMSec + 1000)); + REQUIRE(int(durationMSec) >= int(mfi.uDurationMSec + 1000)); } TEST_CASE("TTPlayFFmpegOpus")