diff --git a/commands_test.go b/commands_test.go index 6566bbec5d..999a241ce7 100644 --- a/commands_test.go +++ b/commands_test.go @@ -413,7 +413,7 @@ func TestAttachDisconnect(t *testing.T) { container, err := NewBuilder(runtime).Create( &Config{ Image: GetTestImage(runtime).Id, - CpuShares: 1024, + CpuShares: 1000, Memory: 33554432, Cmd: []string{"/bin/cat"}, OpenStdin: true,