Skip to content

Commit

Permalink
Merge pull request #371 from LeaYeh/ci-reduce-timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
LeaYeh authored Aug 4, 2024
2 parents 56a1689 + c3a6191 commit cdec4aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/regression_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
regression_test:
name: ${{ inputs.test_name }}
runs-on: ubuntu-latest
timeout-minutes: 10
timeout-minutes: 5
outputs:
source_failed_count: ${{ env.SOURCE_FAILED_COUNT }}
target_failed_count: ${{ env.TARGET_FAILED_COUNT }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
name: Memory Leak Test
needs: prepare_test_matrix
runs-on: ubuntu-latest
timeout-minutes: 30
timeout-minutes: 5
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit cdec4aa

Please sign in to comment.