Skip to content

Commit

Permalink
Increase timeout for checking Jupyter
Browse files Browse the repository at this point in the history
  • Loading branch information
ianpittwood committed Apr 5, 2024
1 parent 9f263bb commit 0dbf4a5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions r-session-complete/test/goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ file:
command:
"echo '{ \"cells\": [], \"metadata\": {}, \"nbformat\": 4, \"nbformat_minor\": 2}' | /opt/python/{{.Env.PYTHON_VERSION}}/bin/jupyter nbconvert --to notebook --stdin --stdout":
title: jupyter_works
timeout: 60000
exit-status: 0

# Ensure correct R version
Expand Down
1 change: 1 addition & 0 deletions workbench-for-google-cloud-workstations/test/goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ command:
]
Test Jupyter works:
exec: "echo '{ \"cells\": [], \"metadata\": {}, \"nbformat\": 4, \"nbformat_minor\": 2}' | /opt/python/jupyter/bin/jupyter nbconvert --to notebook --stdin --stdout"
timeout: 60000
exit-status: 0
Check primary Python is version {{.Env.PYTHON_VERSION}}:
exec: /opt/python/{{.Env.PYTHON_VERSION}}/bin/python --version
Expand Down
1 change: 1 addition & 0 deletions workbench-for-microsoft-azure-ml/test/goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ command:
]
"echo '{ \"cells\": [], \"metadata\": {}, \"nbformat\": 4, \"nbformat_minor\": 2}' | /opt/python/jupyter/bin/jupyter nbconvert --to notebook --stdin --stdout":
title: jupyter_works
timeout: 60000
exit-status: 0
# Ensure correct python version
"/opt/python/{{.Env.PYTHON_VERSION_ALT}}/bin/python --version":
Expand Down
1 change: 1 addition & 0 deletions workbench/test/goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ command:
]
"echo '{ \"cells\": [], \"metadata\": {}, \"nbformat\": 4, \"nbformat_minor\": 2}' | /opt/python/jupyter/bin/jupyter nbconvert --to notebook --stdin --stdout":
title: jupyter_works
timeout: 60000
exit-status: 0
# Ensure correct python version
"/opt/python/{{.Env.PYTHON_VERSION_ALT}}/bin/python --version":
Expand Down

0 comments on commit 0dbf4a5

Please sign in to comment.