Merge pull request #8192 from unclejack/lower_timeout_integ
integration: lower timeout for stop/restart tests Upstream-commit: b12f3a6cca945f600f5aa35620b23e5aad5d8c6f Component: engine
This commit is contained in:
@ -193,13 +193,13 @@ func TestCreateStartRestartStopStartKillRm(t *testing.T) {
|
||||
}
|
||||
|
||||
job = eng.Job("restart", id)
|
||||
job.SetenvInt("t", 15)
|
||||
job.SetenvInt("t", 2)
|
||||
if err := job.Run(); err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
|
||||
job = eng.Job("stop", id)
|
||||
job.SetenvInt("t", 15)
|
||||
job.SetenvInt("t", 2)
|
||||
if err := job.Run(); err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user