mirror of
https://github.com/oatpp/oatpp.git
synced 2025-03-13 18:06:47 +08:00
increase number of iterations for FullAsyncClientTest
This commit is contained in:
parent
8d4711830d
commit
e41f83ece5
@ -212,8 +212,7 @@ void FullAsyncClientTest::onRun() {
|
||||
ClientCoroutine_getRootAsync::SUCCESS_COUNTER = 0;
|
||||
ClientCoroutine_echoBodyAsync::SUCCESS_COUNTER = 0;
|
||||
|
||||
v_int32 iterations = 10;
|
||||
|
||||
v_int32 iterations = 10000;
|
||||
|
||||
for(v_int32 i = 0; i < iterations; i++) {
|
||||
executor->execute<ClientCoroutine_getRootAsync>();
|
||||
|
Loading…
Reference in New Issue
Block a user