Skip to content

Commit

Permalink
chore: Extend examples timeout (#5504)
Browse files Browse the repository at this point in the history
### Description

We get a lot of timeout failures on examples tests. Since this almost
always requires re-running the test, which adds another 30 minutes of
compute time, it's probably better to extend the timeout to 40 minutes.

### Testing Instructions

<!--
  Give a quick description of steps to test your changes.
-->

Co-authored-by: nicholaslyang <Nicholas Yang>
  • Loading branch information
NicholasLYang committed Jul 13, 2023
1 parent 7c18c80 commit cabca3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ jobs:
name: Turborepo Examples
needs: determine_jobs
if: needs.determine_jobs.outputs.examples == 'true'
timeout-minutes: 30
timeout-minutes: 40

strategy:
fail-fast: false
Expand Down

0 comments on commit cabca3c

Please sign in to comment.