Skip to content

Commit

Permalink
lazy_pool test less work
Browse files Browse the repository at this point in the history
  • Loading branch information
ConorWilliams committed Sep 22, 2023
1 parent 6b2be37 commit af61891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/source/core/lazy_pool.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ inline constexpr async cycle = [](auto, int n, int size) -> task<> {

} // namespace

TEST_CASE("lazy_pool, few jobs", "[observe]") { sync_wait(lazy_pool{}, cycle, std::thread::hardware_concurrency(), 48); }
TEST_CASE("lazy_pool, few jobs", "[observe]") { sync_wait(lazy_pool{}, cycle, std::thread::hardware_concurrency(), 40); }

0 comments on commit af61891

Please sign in to comment.