slow.py 128 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 # 'sleep 60' in Python because Windows does not have a native sleep command. # # RUN: %{python} %s import time time.sleep(60)