in the tests, use a non-default value for cpu.shares

This commit is contained in:
Jérôme Petazzoni 2013-05-07 11:44:24 -07:00
parent e36752e033
commit af9f559f2e
1 changed files with 1 additions and 1 deletions

View File

@ -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,