Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Merge pull request #8114 from EOSIO/2.0.x-timeout
Browse files Browse the repository at this point in the history
[2.0.x] Mac OSX steps need a min of 1 hour
  • Loading branch information
NorseGaud authored Oct 21, 2019
2 parents 0de3d48 + 2bb414c commit c8e69e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .cicd/generate-pipeline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ EOF
- 'registry_1'
- 'registry_2'
pre-execute-sleep: 5
timeout: ${TIMEOUT:-20}
timeout: ${TIMEOUT:-60}
agents: "queue=mac-anka-node-fleet"
skip: \${SKIP_$(echo "$PLATFORM_JSON" | jq -r .PLATFORM_NAME_UPCASE)_$(echo "$PLATFORM_JSON" | jq -r .VERSION_MAJOR)$(echo "$PLATFORM_JSON" | jq -r .VERSION_MINOR)}${SKIP_SERIAL_TESTS}
EOF
Expand Down Expand Up @@ -528,7 +528,7 @@ cat <<EOF
pre-execute-sleep: 5
agents:
- "queue=mac-anka-node-fleet"
timeout: ${TIMEOUT:-10}
timeout: ${TIMEOUT:-60}
skip: ${SKIP_MACOS_10_14}${SKIP_PACKAGE_BUILDER}${SKIP_MAC}
- label: ":ubuntu: Ubuntu 18.04 - Contract Builder"
Expand Down

0 comments on commit c8e69e0

Please sign in to comment.