Browse code

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

Jérôme Petazzoni authored on 2013/05/08 03:44:24
Showing 1 changed files
... ...
@@ -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,