Lines Matching +full:real +full:- +full:time
2 # SPDX-License-Identifier: GPL-2.0
5 import time
14 Exit with non-zero return code if the given {min,max}_nr_regions is not
42 time.sleep(0.1)
66 test_name = 'nr_regions test with %d/%d/%d real/min/max nr_regions' % (
69 collected_nr_regions[-1] > max_nr_regions):
78 # test min_nr_regions larger than real nr regions
81 # test max_nr_regions smaller than real nr regions
84 # test online-tuned max_nr_regions that smaller than real nr regions
106 # wait until the real regions are found
107 time.sleep(3)
118 time.sleep(0.3)
140 print('fail online-tuned max_nr_regions: %d > 7' % nr_tried_regions)
142 print('pass online-tuned max_nr_regions')