Skip to content

Commit

Permalink
Merge pull request #2364 from stkw0/v1.x
Browse files Browse the repository at this point in the history
fix clone async test
  • Loading branch information
gabime authored May 7, 2022
2 parents a934701 + ece9621 commit bd0198d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_misc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ TEST_CASE("clone async", "[clone]")
logger->info("Some message 1");
cloned->info("Some message 2");

spdlog::details::os::sleep_for_millis(10);
spdlog::details::os::sleep_for_millis(100);

REQUIRE(test_sink->lines().size() == 2);
REQUIRE(test_sink->lines()[0] == "Some message 1");
Expand Down

0 comments on commit bd0198d

Please sign in to comment.