Increase downstream-projects timeout (#27486)

This commit is contained in:
Brennan Watt 2022-08-30 21:07:32 -07:00 committed by GitHub
parent dfdb422fb1
commit 9094076de7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -234,7 +234,7 @@ EOF
cat >> "$output_file" <<"EOF"
- command: "scripts/build-downstream-projects.sh"
name: "downstream-projects"
timeout_in_minutes: 30
timeout_in_minutes: 35
agents:
queue: "solana"
EOF