mirror of
https://gitee.com/zyjblog/oatpp.git
synced 2024-12-22 22:16:37 +08:00
Tests. web::FullTest: reduce iterations number.
This commit is contained in:
parent
10e33b5158
commit
d6a95c57e7
@ -164,7 +164,7 @@ void runTests() {
|
||||
|
||||
{
|
||||
|
||||
oatpp::test::web::FullTest test_virtual(0, 1000);
|
||||
oatpp::test::web::FullTest test_virtual(0, 100);
|
||||
test_virtual.run();
|
||||
|
||||
oatpp::test::web::FullTest test_port(8000, 5);
|
||||
|
Loading…
Reference in New Issue
Block a user