Decrease number of tests.

This commit is contained in:
cheatfate 2018-10-27 21:22:56 +03:00
parent de7fb4ad49
commit 56537311af
1 changed files with 2 additions and 2 deletions

View File

@ -11,8 +11,8 @@ import ../asyncdispatch2
when sizeof(int) == 8:
const
TestsCount = 10000
ClientsCount = 100
TestsCount = 5000
ClientsCount = 50
MessagesCount = 100
elif sizeof(int) == 4:
const