llvm-for-llvmta/utils/lit/tests/Inputs/max-time/slow.py
Nils Hölscher 3500bf8dde first commit
2022-04-25 10:02:23 +02:00

8 lines
128 B
Python

# 'sleep 60' in Python because Windows does not have a native sleep command.
#
# RUN: %{python} %s
import time
time.sleep(60)