Skip to content

Commit

Permalink
fix: sleep argument in ethereum example config file
Browse files Browse the repository at this point in the history
Signed-off-by: Xinyu <zhaoxinyu1994@gmail.com>
  • Loading branch information
X140Yu committed Aug 10, 2022
1 parent 027ff68 commit cd42167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion networks/ethereum/1node-clique/networkconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"caliper": {
"blockchain": "ethereum",
"command" : {
"start": "docker-compose -f ./networks/ethereum/1node-clique/docker-compose.yml up -d && sleep 60s",
"start": "docker-compose -f ./networks/ethereum/1node-clique/docker-compose.yml up -d && sleep 60",
"end" : "docker-compose -f ./networks/ethereum/1node-clique/docker-compose.yml down"
}
},
Expand Down

0 comments on commit cd42167

Please sign in to comment.