Fix timout message while uploading to the dashboard
No-Presubmit: True Bug: webrtc:12223 Change-Id: I8991962f6ec7fbf92ce6a90561e8438452ed632c Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/195220 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Andrey Logvin <landrey@webrtc.org> Cr-Commit-Position: refs/heads/master@{#32686}
This commit is contained in:
committed by
Commit Bot
parent
659d7015db
commit
25767f7c3f
@ -253,5 +253,6 @@ def UploadToDashboard(options):
|
||||
str(resp_json)))
|
||||
return 1
|
||||
|
||||
print('Upload wasn\'t completed in a given time: %d.', options.wait_timeout)
|
||||
print('Upload wasn\'t completed in a given time: %d seconds.',
|
||||
options.wait_timeout_sec)
|
||||
return 1
|
||||
|
||||
Reference in New Issue
Block a user