fixed test
This commit is contained in:
parent
1615bb08c7
commit
90602ab62a
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue