mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 10:25:42 +03:00
Small improvements
This commit is contained in:
@@ -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")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user