mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
tests: increase milliseconds2 test maximum to 1580
OSX unit tests on travis failing with milliseconds2 = 1575.065805
This commit is contained in:
committed by
Baldur Karlsson
parent
8105ddb5ab
commit
d02280ea5e
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user