bump test timeout to 30m

This commit is contained in:
Jacob Bednarz 2025-05-21 10:28:24 +10:00 committed by GitHub
parent 136a09be1f
commit 417b029521
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -60,7 +60,7 @@ jobs:
run: ./scripts/utils/upload-artifact.sh
test:
timeout-minutes: 10
timeout-minutes: 30
name: test
runs-on: ${{ github.repository == 'stainless-sdks/cloudflare-python' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
steps: