Skip to content

Commit

Permalink
ci(deploy): increase sleep time to avoid container is not running
Browse files Browse the repository at this point in the history
  • Loading branch information
leventdem committed Jun 27, 2023
1 parent b616791 commit 8db8f6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_validator_aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
- name: Sleep for 3 seconds to ensure validtor is running
run: |
sleep 5s
sleep 10s
- name: List files in zbc-solidity
working-directory: evmos/work_dir/zbc-solidity
Expand Down

0 comments on commit 8db8f6a

Please sign in to comment.