Skip to content

Commit

Permalink
increase verification timeout (flutter#26886)
Browse files Browse the repository at this point in the history
  • Loading branch information
keyonghan authored Jun 22, 2021
1 parent ded09a2 commit 257073e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/fuchsia/merge_and_upload_debug_symbols.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def ProcessCIPDPackage(upload, cipd_yaml, engine_version, out_dir, target_arch):
if upload and IsLinux() and not already_exists:
command = [
'cipd', 'create', '-pkg-def', cipd_yaml, '-ref', 'latest', '-tag',
tag,
tag, '-verification-timeout', '10m0s',
]
else:
command = [
Expand Down

0 comments on commit 257073e

Please sign in to comment.