diff --git a/commands_test.go b/commands_test.go index be5e80787c6e123eb2b98d7a25d8a3a0befd3c1b..2da1f8e0ca3a09927ba5165b93d302f2190b2f82 100644 --- a/commands_test.go +++ b/commands_test.go @@ -400,7 +400,7 @@ func TestRunDetach(t *testing.T) { }) // wait for CmdRun to return - setTimeout(t, "Waiting for CmdRun timed out", 5*time.Second, func() { + setTimeout(t, "Waiting for CmdRun timed out", 15*time.Second, func() { <-ch }) @@ -458,7 +458,7 @@ func TestAttachDetach(t *testing.T) { }) // wait for CmdRun to return - setTimeout(t, "Waiting for CmdAttach timed out", 5*time.Second, func() { + setTimeout(t, "Waiting for CmdAttach timed out", 15*time.Second, func() { <-ch })