Skip to content
Snippets Groups Projects
Commit c1e70dbc authored by vjpai's avatar vjpai
Browse files

100->1000

parent 64edc3bd
No related branches found
No related tags found
No related merge requests found
......@@ -219,7 +219,7 @@ TEST_F(End2endTest, ThreadStress) {
ResetStub();
std::vector<std::thread*> threads;
for (int i = 0; i < 100; ++i) {
threads.push_back(new std::thread(SendRpc, stub_.get(), 100));
threads.push_back(new std::thread(SendRpc, stub_.get(), 1000));
}
for (int i = 0; i < 100; ++i) {
threads[i]->join();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment