1
0
mirror of synced 2025-04-21 22:25:55 +03:00

Changd thread count in ClientStop

This commit is contained in:
yhirose 2020-06-13 01:45:08 -04:00
parent f80b6bd980
commit 34282c79a9

View File

@ -1767,7 +1767,7 @@ TEST_F(ServerTest, GetStreamedEndless) {
TEST_F(ServerTest, ClientStop) {
std::vector<std::thread> threads;
for (auto i = 0; i < 8; i++) {
for (auto i = 0; i < 3; i++) {
threads.emplace_back(thread([&]() {
auto res = cli_.Get("/streamed-cancel",
[&](const char *, uint64_t) { return true; });