mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-17 15:02:57 +00:00
Increase test timeout
This commit is contained in:
@@ -33,7 +33,7 @@ def test_nbconvert(
|
||||
)
|
||||
command = f"jupyter nbconvert {cont_data_dir}/{test_file}.ipynb --output-dir {output_dir} --to {output_format}"
|
||||
logs = container.run_and_wait(
|
||||
timeout=30,
|
||||
timeout=60,
|
||||
volumes={str(host_data_dir): {"bind": cont_data_dir, "mode": "ro"}},
|
||||
tty=True,
|
||||
command=["start.sh", "bash", "-c", command],
|
||||
|
Reference in New Issue
Block a user