Skip to content

Commit a9574fb

Browse files
authored
chore(cli): increase timeout for TestSSH_Container subtests (coder#17148)
Closes coder/internal#524
1 parent c679991 commit a9574fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cli/ssh_test.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -1986,7 +1986,7 @@ func TestSSH_Container(t *testing.T) {
19861986
t.Run("NotFound", func(t *testing.T) {
19871987
t.Parallel()
19881988

1989-
ctx := testutil.Context(t, testutil.WaitShort)
1989+
ctx := testutil.Context(t, testutil.WaitLong)
19901990
client, workspace, agentToken := setupWorkspaceForAgent(t)
19911991
ctrl := gomock.NewController(t)
19921992
mLister := acmock.NewMockLister(ctrl)
@@ -2024,7 +2024,7 @@ func TestSSH_Container(t *testing.T) {
20242024
t.Run("NotEnabled", func(t *testing.T) {
20252025
t.Parallel()
20262026

2027-
ctx := testutil.Context(t, testutil.WaitShort)
2027+
ctx := testutil.Context(t, testutil.WaitLong)
20282028
client, workspace, agentToken := setupWorkspaceForAgent(t)
20292029
_ = agenttest.New(t, client.URL, agentToken)
20302030
_ = coderdtest.NewWorkspaceAgentWaiter(t, client, workspace.ID).Wait()

0 commit comments

Comments
 (0)