You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: increase timeout for watch workspace agent devcontainers test
Fixescoder/internal#907
When running in a CI environment, the process of setting up the agent +
coderd + creating the websocket connection can sometimes take up to 10
seconds, by which time we timeout. To resolve this we up the timeout
from `WaitShort` to `WaitLong`.
0 commit comments