Skip to content

Commit

Permalink
for ut
Browse files Browse the repository at this point in the history
  • Loading branch information
qicosmos committed Jun 6, 2024
1 parent 45bc642 commit a681af2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/metric/tests/test_metric.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ TEST_CASE("test summary") {
summary.observe(distr(gen));
}

std::this_thread::sleep_for(std::chrono::milliseconds(10));
std::this_thread::sleep_for(std::chrono::milliseconds(100));
std::string str;
async_simple::coro::syncAwait(summary.serialize_async(str));
std::cout << str;
Expand Down

0 comments on commit a681af2

Please sign in to comment.