This commit is contained in:
Gabi Melman 2021-06-07 22:39:42 +03:00 committed by GitHub
parent a530b87fd0
commit f2d1d573f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,7 +48,7 @@ TEST_CASE("bactrace-async", "[bactrace]")
for (int i = 0; i < 100; i++)
logger->debug("debug message {}", i);
sleep_for_millis(10);
sleep_for_millis(100);
REQUIRE(test_sink->lines().size() == 1);
REQUIRE(test_sink->lines()[0] == "info message");