Skip to content

Commit

Permalink
ThPoolBack: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
fchn289 committed Jul 11, 2024
1 parent 5711c1f commit 6768372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ut/thread/ThPoolBackTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ TEST_F(ThPoolBackTest, invalid_maxThread)
// ***********************************************************************************************
TEST_F(ThPoolBackTest, performance)
{
const size_t maxThread = 10000;
const size_t maxThread = 1000; // github ci can afford

AsyncBack asyncBack;
auto start = high_resolution_clock::now();
Expand Down

0 comments on commit 6768372

Please sign in to comment.