We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 379b262 commit ca791d6Copy full SHA for ca791d6
agent/agentcontainers/devcontainercli_test.go
@@ -103,7 +103,7 @@ func TestDevcontainerCLI_ArgsAndParsing(t *testing.T) {
103
for _, tt := range tests {
104
//nolint:paralleltest // This test is not parallel-safe due t.Setenv.
105
t.Run(tt.name, func(t *testing.T) {
106
- ctx := testutil.Context(t, testutil.WaitShort)
+ ctx := testutil.Context(t, testutil.WaitMedium)
107
108
// Set environment variables for the test helper.
109
t.Setenv("TEST_DEVCONTAINER_WANT_ARGS", tt.wantArgs)
0 commit comments