зеркало из https://github.com/microsoft/docker.git
fixed test
This commit is contained in:
Родитель
1615bb08c7
Коммит
90602ab62a
|
@ -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)
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче