Skip to content

Commit

Permalink
Merge pull request #228 from X140Yu/main
Browse files Browse the repository at this point in the history
fix: sleep argument in ethereum example config file
  • Loading branch information
davidkel committed Aug 10, 2022
2 parents 027ff68 + cd42167 commit f9f22f4
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 f9f22f4

Please sign in to comment.