Skip to content

Commit

Permalink
ci: Bump some low timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
def- committed Jan 20, 2025
1 parent 033d580 commit d8f0487
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ci/test/pipeline.template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ steps:
inputs:
- "*"
depends_on: [build-x86_64]
timeout_in_minutes: 10
timeout_in_minutes: 20
priority: 50
if: build.tag != null
agents:
Expand Down Expand Up @@ -79,7 +79,7 @@ steps:
- "*"
depends_on: [build-aarch64]
priority: 50
timeout_in_minutes: 10
timeout_in_minutes: 20
if: build.tag != null
agents:
queue: builder-linux-aarch64-mem
Expand Down Expand Up @@ -116,7 +116,7 @@ steps:
inputs:
- "*"
depends_on: []
timeout_in_minutes: 10
timeout_in_minutes: 20
agents:
# Error: no prebuilt wasm-opt binaries are available for this platform: Unrecognized target!
queue: linux-x86_64-small
Expand Down Expand Up @@ -147,7 +147,7 @@ steps:
depends_on:
- build-x86_64
- build-aarch64
timeout_in_minutes: 10
timeout_in_minutes: 20
agents:
queue: linux-aarch64-small
coverage: skip
Expand Down

0 comments on commit d8f0487

Please sign in to comment.