Skip to content

Commit 805b3e2

Browse files
Increase timeout for linux builds (#9645)
## Description <!-- Please remember to add your design buddy onto the PR for review, if it contains any UI changes! --> We are looking at making Linux builds more efficient, but for now bump the linux build timeouts. ## Linked Issue <!-- Link the GitHub issue this PR addresses. Before opening this PR, please confirm: --> - [ ] The linked issue is labeled `ready-to-spec` or `ready-to-implement`. - [ ] Where appropriate, screenshots or a short video of the implementation are included below (especially for user-visible or UI changes). ## Screenshots / Videos <!-- Attach screenshots or a short video demonstrating the change, where appropriate. Remove this section if it is not relevant to your PR. --> ## Testing <!-- How did you test this change? What automated tests did you add? If you didn't add any new tests, what's your justification for not adding any? --> ## Agent Mode - [ ] Warp Agent Mode - This PR was created via Warp's AI Agent Mode <!-- ## Changelog Entries for Stable The entries below will be used when constructing a soft-copy of the stable release changelog. Leave blank or remove the lines if no entry in the stable changelog is needed. Entries should be on the same line, without the `{{` `}}` brackets. You can use multiple lines, even of the same type. The valid suffixes are: * NEW-FEATURE: for new, relatively sizable features. Features listed here will likely have docs / social media posts / marketing launches associated with them, so use sparingly. * IMPROVEMENT: for new functionality of existing features. * BUG-FIX: for fixes related to known bugs or regressions. * IMAGE: the image specified by the URL (hosted on GCP) will be added to Dev & Preview releases. For Stable releases, see the pinned doc in the #release Slack channel. * OZ: Oz-related updates. Use `CHANGELOG-OZ`. At most 4 Oz updates are shown in-app per release. CHANGELOG-NEW-FEATURE: {{text goes here...}} CHANGELOG-IMPROVEMENT: {{text goes here...}} CHANGELOG-BUG-FIX: {{text goes here...}} CHANGELOG-BUG-FIX: {{more text goes here...}} CHANGELOG-IMAGE: {{GCP-hosted URL goes here...}} CHANGELOG-OZ: {{text goes here...}} -->
1 parent e5dbdb4 commit 805b3e2

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

‎.github/workflows/create_release.yml‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ jobs:
513513
runs-on: namespace-profile-ubuntu-20-04
514514
needs: prepare_release
515515
if: ${{ inputs.build_linux != false }}
516-
timeout-minutes: 60
516+
timeout-minutes: 90
517517
env:
518518
# Automatically extract AppImages before running them instead of mounting
519519
# them with FUSE, which isn't available on GitHub runners (and this is
@@ -668,7 +668,7 @@ jobs:
668668
runs-on: namespace-profile-ubuntu-20-04
669669
needs: prepare_release
670670
if: ${{ inputs.build_linux != false }}
671-
timeout-minutes: 60
671+
timeout-minutes: 90
672672
steps:
673673
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
674674

@@ -839,7 +839,7 @@ jobs:
839839
runs-on: namespace-profile-ubuntu-20-04-arm
840840
needs: prepare_release
841841
if: ${{ inputs.build_linux != false }}
842-
timeout-minutes: 60
842+
timeout-minutes: 90
843843
env:
844844
# Automatically extract AppImages before running them instead of mounting
845845
# them with FUSE, which isn't available on GitHub runners (and this is
@@ -933,7 +933,7 @@ jobs:
933933
runs-on: namespace-profile-ubuntu-20-04-arm
934934
needs: prepare_release
935935
if: ${{ inputs.build_linux != false }}
936-
timeout-minutes: 60
936+
timeout-minutes: 90
937937
steps:
938938
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
939939

0 commit comments

Comments
 (0)