Home | History | Annotate | Download | only in scripts

Lines Matching full:tries

297         tries = 0
303 while status is None and tries < 5:
304 tries += 1
461 for tries in xrange(MAX_TRIALS):
462 print("Trial number %d of %d..." % (tries, MAX_TRIALS))
539 tries = 0
542 while len(measurements) < measurementCount and tries < 5:
543 if tries:
547 tries += 1
550 tries = 0