Skip to content

Commit

Permalink
Merge pull request EOSIO#3640 from EOSIO/buildkite-increase-timeout
Browse files Browse the repository at this point in the history
Increase pipeline timeouts [skip-ci]
  • Loading branch information
Greg Lee authored May 31, 2018
2 parents 591e60c + 1790745 commit d9df25a
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ steps:
agents:
- "role=macos-builder"
artifact_paths: "build.tar.gz"
timeout: 30
timeout: 60
- command: |
echo "+++ :hammer: Building" && \
Expand All @@ -25,7 +25,7 @@ steps:
docker#v1.1.1:
image: "eosio/ci:ubuntu"
workdir: /data/job
timeout: 30
timeout: 60
- command: |
echo "+++ :hammer: Building" && \
Expand All @@ -40,7 +40,7 @@ steps:
docker#v1.1.1:
image: "eosio/ci:ubuntu18"
workdir: /data/job
timeout: 30
timeout: 60
- command: |
echo "+++ :hammer: Building" && \
Expand All @@ -55,7 +55,7 @@ steps:
docker#v1.1.1:
image: "eosio/ci:fedora"
workdir: /data/job
timeout: 30
timeout: 60
- command: |
echo "+++ :hammer: Building" && \
Expand All @@ -70,7 +70,7 @@ steps:
docker#v1.1.1:
image: "eosio/ci:centos"
workdir: /data/job
timeout: 30
timeout: 60
- command: |
echo "+++ :hammer: Building" && \
Expand All @@ -85,7 +85,7 @@ steps:
docker#v1.1.1:
image: "eosio/ci:amazonlinux"
workdir: /data/job
timeout: 30
timeout: 60
- wait

Expand All @@ -107,7 +107,7 @@ steps:
- "mongod.log"
- "build/genesis.json"
- "build/config.ini"
timeout: 30
timeout: 60
- command: |
echo "--- :arrow_down: Downloading build directory" && \
Expand All @@ -131,7 +131,7 @@ steps:
docker#v1.1.1:
image: "eosio/ci:ubuntu"
workdir: /data/job
timeout: 30
timeout: 60
- command: |
echo "--- :arrow_down: Downloading build directory" && \
Expand All @@ -155,7 +155,7 @@ steps:
docker#v1.1.1:
image: "eosio/ci:ubuntu18"
workdir: /data/job
timeout: 30
timeout: 60
- command: |
echo "--- :arrow_down: Downloading build directory" && \
Expand All @@ -179,7 +179,7 @@ steps:
docker#v1.1.1:
image: "eosio/ci:fedora"
workdir: /data/job
timeout: 30
timeout: 60
- command: |
echo "--- :arrow_down: Downloading build directory" && \
Expand All @@ -203,7 +203,7 @@ steps:
docker#v1.1.1:
image: "eosio/ci:centos"
workdir: /data/job
timeout: 30
timeout: 60
- command: |
echo "--- :arrow_down: Downloading build directory" && \
Expand All @@ -227,4 +227,4 @@ steps:
docker#v1.1.1:
image: "eosio/ci:amazonlinux"
workdir: /data/job
timeout: 30
timeout: 60

0 comments on commit d9df25a

Please sign in to comment.