Use of wrong unit in timout config
Description of the bug:
I have tried running multiple tests with httpOptions and in all cases whenever seconds as unit in notebooks
We got a read operation timed out error.
I believe the milliseconds unit should be used instead of seconds
@Giom-V, could you please confirm this?
Actual vs expected behavior:
Actual Behavior:
Expected Behaviour:
Any other information you'd like to share?
No response
Reference notebook: https://colab.research.google.com/github/google-gemini/cookbook/blob/main/examples/Apollo_11.ipynb
I think you are supposed to use milliseconds as mentioned in the doc.
I think you are supposed to use milliseconds as mentioned in the doc.
That's exactly why this issue is for, drawing attention towards the wrong use of units in example notebooks. I'm not asking for a fix
#655 fixes the wrong use of units in Apollo11 notebook