Idle timeout change not updating on next launch #70543
Replies: 1 comment 3 replies
-
Do we know if folk from Github see bug reports here, or should I be making bug reports elsewhere? This is affecting a large University class I teach (220 students) and they are currently working in Codespaces which will need a longer timeout for an exam in January ... I do not relish the prospect of having to guide 200+ students through deleting and recreating their Codespace just because the timeout won't update to be long enough for the exam without creating a new Codespace after the idle time is changed! I appreciate the fix might need time to implement, but just getting some acknowledgement it is on a Github engineer's radar would be something 😊 |
Beta Was this translation helpful? Give feedback.
-
Select Topic Area
Bug
Body
The documentation about default idle timeout states (emphasis mine):
I believe there is a bug because this is not working per the documentation and I cannot see any way to change the idle timeout after an instance has been created. My experience shows that whatever the default idle timeout is set to at creation time sticks to that Codespace for its lifetime: stopping it, changing the timeout, and restarting still results in timeout at the setting during creation, not launch.
I have created a short (silent) video demonstrating the issue (click here to view) and provide a step-by-step guide through the video to reproduce the bug, each step starting with video timestamps (minute/seconds) in brackets:
Conclusion: There is a bug which means that a Codespace is 'stuck' with whatever the default idle timeout was when it was created, which does not update upon launch, contradicting the documentation.
Many thanks for this amazing service ... this bug fix would be wonderful as I often want to mix up how interactive I'll be during a session if eg accessing a networked dev environment within the Codespace (the demo I showed is one where I have access to RStudio, but working interactively in RStudio does not count, understandably, to interrupt the idle timeout).
Beta Was this translation helpful? Give feedback.
All reactions