Victor Vieux 12 лет назад
Родитель
Сommit
90602ab62a
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      container_test.go

+ 1 - 1
container_test.go

@@ -97,7 +97,7 @@ func TestMultipleAttachRestart(t *testing.T) {
 		t.Fatalf("Unexpected output. Expected [%s], received [%s]", "hello", l3)
 	}
 
-	if err := container.Stop(); err != nil {
+	if err := container.Stop(10); err != nil {
 		t.Fatal(err)
 	}