Skip to content

Commit

Permalink
[WIP] Test the workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
SpriteOvO committed Mar 21, 2024
1 parent 55f7f66 commit f08027d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spdlog/tests/global_async_pool_sink.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ fn run_test() {

// Workaround, adding these 2 lines at the end of `main` function
//
// std::thread::sleep(std::time::Duration::from_millis(100));
// spdlog::default_logger().flush();
std::thread::sleep(std::time::Duration::from_millis(100));
spdlog::default_logger().flush();
}

fn main() {
Expand Down

0 comments on commit f08027d

Please sign in to comment.