Skip to content

Commit

Permalink
fix: tell the user autosynth may take 24 hours to regenerate (#981)
Browse files Browse the repository at this point in the history
fixes #978
  • Loading branch information
SurferJeffAtGoogle authored Mar 23, 2021
1 parent 79c8dd7 commit c84c8f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autosynth/change_pusher.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ def build_pr_body(synth_log: str, trailers: str = ""):
{build_log_text}
{REGENERATE_CHECKBOX_TEXT.replace('[x]', '[ ]')}
{REGENERATE_CHECKBOX_TEXT.replace('[x]', '[ ]')} (May take up to 24 hours.)
{trailers}
""".strip()
Expand Down

0 comments on commit c84c8f1

Please sign in to comment.