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