Skip to content

Commit 53ca701

Browse files
fix typo
1 parent e4f2d62 commit 53ca701

File tree

1 file changed

+1
-1
lines changed
  • src/clusterfuzz/_internal/google_cloud_utils

1 file changed

+1
-1
lines changed

src/clusterfuzz/_internal/google_cloud_utils/batch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ def _get_task_spec(batch_workload_spec):
169169
task_spec = batch.TaskSpec()
170170
task_spec.runnables = [runnable]
171171
task_spec.max_retry_count = RETRY_COUNT
172-
task_spec.max_run_duration = batch_workload_spec.max_duration
172+
task_spec.max_run_duration = batch_workload_spec.max_run_duration
173173
return task_spec
174174

175175

0 commit comments

Comments
 (0)