Bump version to 2.2.7.

Attempt to fix stability of MacOS test.
This commit is contained in:
cheatfate 2019-07-04 15:30:07 +03:00
parent 43ae07f20c
commit 9c15a09904
No known key found for this signature in database
GPG Key ID: 46ADD633A7201F95
1 changed files with 1 additions and 1 deletions

View File

@ -687,7 +687,7 @@ suite "Stream Transport test suite":
server.stop
server.close()
try:
await wait(server.join(), 1.seconds)
await wait(server.join(), 10.seconds)
result = 1
except:
discard