Skip to content

Commit bf39b06

Browse files
committed
Increase cell timeout
1 parent d48d4a2 commit bf39b06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/colab.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
python -m pip install --progress-bar=off -e ./ml-agents
5555
python -m pip install --progress-bar=off -r colab_requirements.txt
5656
- name: Execute notebook
57-
run: jupyter nbconvert --to notebook --execute --log-level=DEBUG --ExecutePreprocessor.kernel_name=python3 --ExecutePreprocessor.timeout=120 --output output-${{ matrix.notebook_path }} colab/${{ matrix.notebook_path }}
57+
run: jupyter nbconvert --to notebook --execute --log-level=DEBUG --ExecutePreprocessor.kernel_name=python3 --ExecutePreprocessor.timeout=300 --output output-${{ matrix.notebook_path }} colab/${{ matrix.notebook_path }}
5858
- name: Upload colab results
5959
uses: actions/upload-artifact@v4
6060
with:

0 commit comments

Comments
 (0)