mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-24 14:45:53 +00:00
Make timeouts in tests more forgiving for CI that occasionally fails
This commit is contained in:
@@ -301,7 +301,7 @@ TEST_CASE("Test OS-specific functions", "[osspecific]")
|
||||
CHECK(milliseconds1 < 1.0);
|
||||
|
||||
CHECK(milliseconds2 > 1480.0);
|
||||
CHECK(milliseconds2 < 1580.0);
|
||||
CHECK(milliseconds2 < 1650.0);
|
||||
}
|
||||
|
||||
// timestamp as of the creation of this test
|
||||
|
||||
@@ -115,7 +115,7 @@ TEST_CASE("Test stream I/O operations over the network", "[streamio][network]")
|
||||
|
||||
REQUIRE(sender);
|
||||
|
||||
Network::Socket *receiver = server->AcceptClient(50);
|
||||
Network::Socket *receiver = server->AcceptClient(250);
|
||||
|
||||
REQUIRE(receiver);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user