Lines Matching refs:time
27 import time
551 # Make sure that the st_?time and st_?time_ns fields roughly agree
872 current = time.time()
880 # On Windows, the usual resolution of time.time() is 15.6 ms.
894 # Set to the current time in the new way
900 # Set to the current time in the old explicit way.
2499 time.sleep(0.1)
2530 time.sleep(0.1)
2538 # Allow time for the signal to be passed and the process to exit.
2539 time.sleep(0.5)
2950 deadline = time.time() + 5
2954 import time
2959 while time.time() < deadline:
2972 while time.time() < deadline:
3113 code = f'import time; time.sleep({support.LONG_TIMEOUT})'