Skip to content

Commit

Permalink
fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
taokayan committed Oct 26, 2023
1 parent 316c7b8 commit 7f87657
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,6 @@ jobs:
echo "=== current directory is $(pwd)==="
apt-get install psmisc
killall -9 nodeos || true
killall -9 keosd || true
killall -9 eos-evm-node || true
killall -9 eos-evm-rpc || true
sleep 1.0
Expand Down
2 changes: 1 addition & 1 deletion tests/nodeos_eos_evm_ws_test_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
testSuccessful=False

random.seed(seed) # Use a fixed seed for repeatability.
cluster=Cluster()
cluster=Cluster(walletd=True)
walletMgr=WalletMgr(True)

pnodes=1
Expand Down

0 comments on commit 7f87657

Please sign in to comment.