xref: /netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/max-time/slow.py (revision 82d56013d7b633d116a93943de88e08335357a7c)
1# 'sleep 60' in Python because Windows does not have a native sleep command.
2#
3# RUN: %{python} %s
4
5import time
6
7time.sleep(60)
8