Skip to content

Commit

Permalink
add ckb miner start
Browse files Browse the repository at this point in the history
  • Loading branch information
15168316096 committed Feb 18, 2025
1 parent c0c5623 commit 3b7884e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test_cases/fiber/devnet/shutdown_channel/test_restart.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ def test_force_restart_fiber_node_shutdown_channel(self):
# 3.检查关闭后balance被正常返还
assert after_balance2 - before_balance2 == 62.0

@pytest.mark.skip("https://github.com/nervosnetwork/fiber/issues/427")
# @pytest.mark.skip("https://github.com/nervosnetwork/fiber/issues/427")
def test_restart_ckb_node_shutdown_channel(self):
"""
1.ckb节点重启
Expand Down Expand Up @@ -229,6 +229,7 @@ def test_restart_ckb_node_shutdown_channel(self):
self.node.stop()
time.sleep(10)
self.node.start()
self.node.start_miner()
time.sleep(10)
# todo wait close tx commit
time.sleep(20)
Expand Down

0 comments on commit 3b7884e

Please sign in to comment.