Skip to content

Commit 8a1e393

Browse files
author
Vincent Moens
authored
Update docs.html for BATCHED_PIPE_TIMEOUT
1 parent d5d787a commit 8a1e393

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ jobs:
108108
109109
# 11. Build doc
110110
export MAX_IDLE_COUNT=180 # Max 180 secs before killing an unresponsive collector
111+
export BATCHED_PIPE_TIMEOUT=180
111112
cd ./docs
112113
# timeout 7m bash -ic "MUJOCO_GL=egl sphinx-build ./source _local_build" || code=$?; if [[ $code -ne 124 && $code -ne 0 ]]; then exit $code; fi
113114
# bash -ic "PYOPENGL_PLATFORM=egl MUJOCO_GL=egl sphinx-build ./source _local_build" || code=$?; if [[ $code -ne 124 && $code -ne 0 ]]; then exit $code; fi

0 commit comments

Comments
 (0)