Skip to content

Commit

Permalink
mmobile: Bump swift-async-await test timeout (envoyproxy#33455)
Browse files Browse the repository at this point in the history
This should hopefully fix the flakiness issue, such as https://github.com/envoyproxy/envoy/actions/runs/8636677357/job/23677319014

Risk Level: low
Testing: CI
Docs Changes: n/a
Release Notes: n/a
Platform Specific Features: n/a

Signed-off-by: Fredy Wijaya <[email protected]>
  • Loading branch information
fredyw authored Apr 10, 2024
1 parent 2543989 commit 5b9ac6f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/mobile-ios_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ jobs:
expected: >-
${{ matrix.expected
|| format('received headers with status {0}', matrix.expected-status) }}
timeout: ${{ matrix.timeout || '5m' }}
env:
ANDROID_NDK_HOME:
ANDROID_HOME:
Expand All @@ -163,6 +164,7 @@ jobs:
expected: >-
\[2\] Uploaded 7 MB of data
target: swift-async-await
timeout: 10m
- name: Build objc hello world
app: //examples/objective-c/hello_world:app
expected-status: 301
Expand Down

0 comments on commit 5b9ac6f

Please sign in to comment.