Skip to content

Commit

Permalink
Increase test timeout: things seem to run slow on macos-latest.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 647000737
Change-Id: Iaf016e815bb844c8a9b3f4516dc17ddeb0a21fde
  • Loading branch information
jagapiou authored and tkiela1 committed Jun 26, 2024
1 parent 8c138d9 commit 50cf9db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pypi-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
runs-on: ${{ matrix.os }}
env:
SYSTEM_VERSION_COMPAT: 0 # See https://github.com/actions/setup-python/issues/279.
timeout-minutes: 120
timeout-minutes: 180
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-meltingpot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
runs-on: ${{ matrix.os }}
env:
SYSTEM_VERSION_COMPAT: 0 # See https://github.com/actions/setup-python/issues/279.
timeout-minutes: 120
timeout-minutes: 180
strategy:
fail-fast: ${{ github.event_name != 'workflow_dispatch' }}
matrix:
Expand Down

0 comments on commit 50cf9db

Please sign in to comment.