Small improvements

This commit is contained in:
Alex Dadgar
2015-11-03 10:50:30 -08:00
parent 3576f48993
commit 6cf8eeb216
3 changed files with 12 additions and 8 deletions

View File

@@ -179,7 +179,7 @@ func TestJavaDriver_Start_Kill_Wait(t *testing.T) {
if err == nil {
t.Fatal("should err")
}
case <-time.After(2 * time.Second):
case <-time.After(8 * time.Second):
t.Fatalf("timeout")
}