xref: /openbsd-src/gnu/llvm/llvm/utils/lit/tests/Inputs/max-time/slow.py (revision 097a140d792de8b2bbe59ad827d39eabf9b4280a)
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