diff --git a/tests/nodeos_eos_evm_ws_test_basic.py b/tests/nodeos_eos_evm_ws_test_basic.py index f6b083d..ab267b7 100755 --- a/tests/nodeos_eos_evm_ws_test_basic.py +++ b/tests/nodeos_eos_evm_ws_test_basic.py @@ -649,11 +649,11 @@ def makeReservedEvmAddress(account): for line in lines: Utils.Print("wsStdOutlog:", line) - time.sleep(10.0) + time.sleep(5.0) ws = websocket.WebSocket() - Utils.Print("start to connect ws://127.0.0.1:3333") - ws.connect("ws://127.0.0.1:3333", origin="nodeos_eos_evm_test.py") + Utils.Print("start to connect ws://localhost:3333") + ws.connect("ws://localhost:3333") ws.send("{\"method\":\"eth_blockNumber\",\"params\":[\"0x1\",false],\"id\":123}") Utils.Print("send eth_blockNumber to websocket proxy")