Skip to content

Commit a1bf303

Browse files
committed
Bound PDF render hangs
1 parent 83048aa commit a1bf303

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/quarto-render.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
set -euo pipefail
127127
rm -rf docs
128128
echo "Rendering ${{ matrix.target }}"
129-
timeout 12m quarto render "${{ matrix.target }}" --to pdf
129+
timeout --kill-after=1m 8m quarto render "${{ matrix.target }}" --to pdf
130130
131131
- name: Upload PDF render
132132
uses: actions/upload-artifact@v7

0 commit comments

Comments
 (0)