Update http test to use closeWait

This commit is contained in:
coffeepots 2018-09-13 18:06:54 +01:00
parent 0ba96afb13
commit b8b38c53c9

View File

@ -177,4 +177,4 @@ suite "HTTP Server/HTTP Client RPC test suite":
check waitFor(disconTest("localhost", Port(8545), 7, 200)) == true
httpsrv.stop()
httpsrv.close()
waitFor httpsrv.closeWait()