Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
ci: reduce run time of script to ~30 min
Browse files Browse the repository at this point in the history
  • Loading branch information
5chdn committed Dec 14, 2018
1 parent 57de716 commit a1a61d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion clique.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ docker build -t parity/clique ./docker
echo "________________________________________________________________________________"
echo "DEPLOY DOCKER IMAGE: --config clique --nodes 2 --geth-nodes 2"
./parity-deploy.sh --config clique --nodes 2 --geth-nodes 2
TIMEOUT=$(echo 50*60-600-$SECONDS|bc)
TIMEOUT=$(echo 50*60-1800-$SECONDS|bc)

echo "________________________________________________________________________________"
echo "RUN NETWORK FOR $TIMEOUT SECONDS: docker-compose up"
Expand Down
2 changes: 1 addition & 1 deletion sync.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cd $TRAVIS_BUILD_DIR
echo "________________________________________________________________________________"
echo "BUILD PARITY: cargo build --features final"
cargo build --features final
TIMEOUT=$(echo 50*60-600-$SECONDS|bc)
TIMEOUT=$(echo 50*60-1800-$SECONDS|bc)

echo "________________________________________________________________________________"
echo "RUN PARITY FOR $TIMEOUT SECONDS: parity --chain goerli"
Expand Down

0 comments on commit a1a61d5

Please sign in to comment.