mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
in the tests, use a non-default value for cpu.shares
This commit is contained in:
parent
e36752e033
commit
af9f559f2e
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue