Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Timeout is too short #18

Open
aidanheerdegen opened this issue May 11, 2020 · 1 comment
Open

Timeout is too short #18

aidanheerdegen opened this issue May 11, 2020 · 1 comment

Comments

@aidanheerdegen
Copy link
Member

I've had a few people report issues with getting vdi_jupyter.py working that seem to be resolved by increasing the timeout values here

https://github.com/coecms/nci_scripts/blob/master/vdi_jupyter.py#L168

and here

https://github.com/coecms/nci_scripts/blob/master/vdi_jupyter.py#L238

The current 2 second timeout seems very short.

Proposed fixes:

  1. Remove the specified timeout values and just use the default value (10s)
  2. Increase the values in each place
  3. Make this a user-settable option in cosima_cookbook.conf
  4. Some combination of 1-3

This may be related to #13

@ScottWales
Copy link
Contributor

Seems reasonable to increase it to 10 seconds as a first step, if there are still issues after that consider adding configuration.

@aidanheerdegen aidanheerdegen changed the title Timeout is to short Timeout is too short May 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants