bolt/deps/llvm-18.1.8/llvm/utils/lit/tests/Inputs/max-time/slow.py

8 lines
128 B
Python
Raw Normal View History

2025-02-14 19:21:04 +01:00
# 'sleep 60' in Python because Windows does not have a native sleep command.
#
# RUN: %{python} %s
import time
time.sleep(60)