up timing

This commit is contained in:
Alex Dadgar 2017-01-26 13:25:37 -08:00
parent 27ebf3da43
commit 7fa99037a4
1 changed files with 1 additions and 1 deletions

View File

@ -536,7 +536,7 @@ func TestTaskRunner_RestartTask(t *testing.T) {
task.Driver = "mock_driver"
task.Config = map[string]interface{}{
"exit_code": "0",
"run_for": "10s",
"run_for": "100s",
}
ctx := testTaskRunnerFromAlloc(t, true, alloc)