Skip to content

Commit

Permalink
fix core tests
Browse files Browse the repository at this point in the history
  • Loading branch information
matyhtf committed May 6, 2024
1 parent 0932447 commit e30f405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core-tests/src/os/async.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ TEST(async, schedule) {
count--;
if (count == 0) {
swoole_timer_del(timer);
ASSERT_EQ(SwooleTG.async_threads->get_worker_num(), 128);
ASSERT_GT(SwooleTG.async_threads->get_worker_num(), 16);
ASSERT_GT(SwooleTG.async_threads->get_queue_size(), 100);
ASSERT_GT(SwooleTG.async_threads->get_task_num(), 100);
break;
Expand Down

0 comments on commit e30f405

Please sign in to comment.