Skip to content

Commit

Permalink
Fix bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Lewi committed Nov 1, 2019
1 parent d4a362f commit f50a202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/kubeflow/testing/cleanup_ci.py
Original file line number Diff line number Diff line change
Expand Up @@ -1161,7 +1161,7 @@ def main():
args = parser.parse_args()

# Update max age
MAX_LIFETIME[E2E_INFRA] = args.max_age_hours
MAX_LIFETIME[E2E_INFRA] = datetime.timedelta(hours=args.max_age_hours)

logging.info("Max lifetime:\n%s", MAX_LIFETIME)

Expand Down

0 comments on commit f50a202

Please sign in to comment.