tests: increase milliseconds2 test maximum to 1580

OSX unit tests on travis failing with milliseconds2 = 1575.065805
This commit is contained in:
Jake Turner
2018-12-31 22:04:32 +13:00
committed by Baldur Karlsson
parent 8105ddb5ab
commit d02280ea5e
+1 -1
View File
@@ -301,7 +301,7 @@ TEST_CASE("Test OS-specific functions", "[osspecific]")
CHECK(milliseconds1 < 1.0);
CHECK(milliseconds2 > 1480.0);
CHECK(milliseconds2 < 1520.0);
CHECK(milliseconds2 < 1580.0);
}
// timestamp as of the creation of this test