Skip to content

Commit

Permalink
chore: Increase e2e test timeout to 90 minutes (#1936)
Browse files Browse the repository at this point in the history
Signed-off-by: Bei Chu <914745487@qq.com>
  • Loading branch information
chubei committed Aug 29, 2023
1 parent 8fa43e9 commit 931ef30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
# will make branch protection happy, so we can add it to the merge queue and
# run the job there
if: ${{ github.event_name != 'pull_request_target' }}
timeout-minutes: 60
timeout-minutes: 90
runs-on:
labels: ubuntu-latest
steps:
Expand Down

0 comments on commit 931ef30

Please sign in to comment.