|
@@ -413,7 +413,7 @@ func TestAttachDisconnect(t *testing.T) {
|
|
container, err := NewBuilder(runtime).Create(
|
|
container, err := NewBuilder(runtime).Create(
|
|
&Config{
|
|
&Config{
|
|
Image: GetTestImage(runtime).Id,
|
|
Image: GetTestImage(runtime).Id,
|
|
- CpuShares: 1024,
|
|
|
|
|
|
+ CpuShares: 1000,
|
|
Memory: 33554432,
|
|
Memory: 33554432,
|
|
Cmd: []string{"/bin/cat"},
|
|
Cmd: []string{"/bin/cat"},
|
|
OpenStdin: true,
|
|
OpenStdin: true,
|