We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4f2d62 commit 53ca701Copy full SHA for 53ca701
src/clusterfuzz/_internal/google_cloud_utils/batch.py
@@ -169,7 +169,7 @@ def _get_task_spec(batch_workload_spec):
169
task_spec = batch.TaskSpec()
170
task_spec.runnables = [runnable]
171
task_spec.max_retry_count = RETRY_COUNT
172
- task_spec.max_run_duration = batch_workload_spec.max_duration
+ task_spec.max_run_duration = batch_workload_spec.max_run_duration
173
return task_spec
174
175
0 commit comments