Skip to content

Commit

Permalink
test: Fix flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
dudong2 committed Jul 10, 2024
1 parent 53855c3 commit d3e6f1e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/integration_tests/test_upgrade.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,8 @@ def test_cosmovisor_upgrade(custom_ethermint: Ethermint):
finally:
time.sleep(5)

time.sleep(60) # wait graceful shutdown for ethermint node
# wait graceful shutdown for ethermint node
time.sleep(60)

# start ethermint
for i in range(2):
Expand Down

0 comments on commit d3e6f1e

Please sign in to comment.