Skip to content

Commit ca791d6

Browse files
committed
wait medium just in case
1 parent 379b262 commit ca791d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agent/agentcontainers/devcontainercli_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ func TestDevcontainerCLI_ArgsAndParsing(t *testing.T) {
103103
for _, tt := range tests {
104104
//nolint:paralleltest // This test is not parallel-safe due t.Setenv.
105105
t.Run(tt.name, func(t *testing.T) {
106-
ctx := testutil.Context(t, testutil.WaitShort)
106+
ctx := testutil.Context(t, testutil.WaitMedium)
107107

108108
// Set environment variables for the test helper.
109109
t.Setenv("TEST_DEVCONTAINER_WANT_ARGS", tt.wantArgs)

0 commit comments

Comments
 (0)