File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1986,7 +1986,7 @@ func TestSSH_Container(t *testing.T) {
1986
1986
t .Run ("NotFound" , func (t * testing.T ) {
1987
1987
t .Parallel ()
1988
1988
1989
- ctx := testutil .Context (t , testutil .WaitShort )
1989
+ ctx := testutil .Context (t , testutil .WaitLong )
1990
1990
client , workspace , agentToken := setupWorkspaceForAgent (t )
1991
1991
ctrl := gomock .NewController (t )
1992
1992
mLister := acmock .NewMockLister (ctrl )
@@ -2024,7 +2024,7 @@ func TestSSH_Container(t *testing.T) {
2024
2024
t .Run ("NotEnabled" , func (t * testing.T ) {
2025
2025
t .Parallel ()
2026
2026
2027
- ctx := testutil .Context (t , testutil .WaitShort )
2027
+ ctx := testutil .Context (t , testutil .WaitLong )
2028
2028
client , workspace , agentToken := setupWorkspaceForAgent (t )
2029
2029
_ = agenttest .New (t , client .URL , agentToken )
2030
2030
_ = coderdtest .NewWorkspaceAgentWaiter (t , client , workspace .ID ).Wait ()
You can’t perform that action at this time.
0 commit comments