mirror of
https://github.com/status-im/nim-chronos.git
synced 2025-01-24 02:00:12 +00:00
Lower number of tests for 64bit platform.
This commit is contained in:
parent
190a16da3b
commit
6b009b26ef
@ -9,12 +9,6 @@
|
|||||||
import strutils, net, unittest
|
import strutils, net, unittest
|
||||||
import ../asyncdispatch2
|
import ../asyncdispatch2
|
||||||
|
|
||||||
when sizeof(int) == 8:
|
|
||||||
const
|
|
||||||
TestsCount = 5000
|
|
||||||
ClientsCount = 50
|
|
||||||
MessagesCount = 100
|
|
||||||
elif sizeof(int) == 4:
|
|
||||||
const
|
const
|
||||||
TestsCount = 2000
|
TestsCount = 2000
|
||||||
ClientsCount = 20
|
ClientsCount = 20
|
||||||
|
Loading…
x
Reference in New Issue
Block a user