Skip to content

Commit d0e79fa

Browse files
authored
Add shorter CI timeout (#1769)
The default is 360 minutes which is very long. Our builds are usually around 10 minutes, so 20 minutes is a good value to prevent overbilling builds that create infinite loops.
1 parent eb834e2 commit d0e79fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010

1111
build:
1212
runs-on: ubuntu-latest
13+
timeout-minutes: 20
1314

1415
steps:
1516
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)