[Android Compile Bot] Print every minute

NoTry: true
Bug: skia:7608
Change-Id: Ia632cecc7b8b51bf3ecf451a06305924c8b4a77a
Reviewed-on: https://skia-review.googlesource.com/106162
Reviewed-by: Ravi Mistry <rmistry@google.com>
Commit-Queue: Ravi Mistry <rmistry@google.com>
This commit is contained in:
Ravi Mistry 2018-02-09 17:59:55 -05:00 committed by Skia Commit-Bot
parent 1f31309d7a
commit 2bdede7e87

View File

@ -145,8 +145,7 @@ def TriggerAndWait(options):
print 'No patch logs are here: %s' % ret["nopatch_log"]
return 0
sys.stdout.write('.')
sys.stdout.flush()
print '.'
time.sleep(POLLING_FREQUENCY_SECS)