Skip to content

Commit

Permalink
Bump tests timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
AlekSi committed Feb 28, 2024
1 parent 5eb9bde commit c31fa71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
# https://docs.github.com/en/billing/managing-billing-for-github-actions/about-billing-for-github-actions#per-minute-rates
runs-on: ubicloud-standard-4

timeout-minutes: 20
timeout-minutes: 25

steps:
- name: Dump github context
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
bin/task test-integration-${{ inputs.task }}
SHARD_INDEX=${{ inputs.shard_index }}
SHARD_TOTAL=${{ inputs.shard_total }}
TEST_TIMEOUT=15m
TEST_TIMEOUT=20m
DISABLE_PUSHDOWN=${{ inputs.disable_pushdown }}
env:
GOFLAGS: ${{ runner.debug == '1' && '-v' || '' }}
Expand Down

0 comments on commit c31fa71

Please sign in to comment.