Skip to content

Commit

Permalink
app/coordinator: set a (large) job timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcloughlin committed Jun 5, 2020
1 parent f7581dc commit d245d96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/coordinator/coordinator.go
Expand Up @@ -137,6 +137,7 @@ func (c *Coordinator) modulejob(ctx context.Context, s entity.TaskSpec) (*Job, e
},
Short: true,
BenchTime: 100 * time.Millisecond,
Timeout: 2 * time.Hour,
},
}, nil
}
Expand Down

0 comments on commit d245d96

Please sign in to comment.