Sign in
rust
/
rust-lang
/
llvm-project
/
b6b46f596a7d2523ee1acd1c00e699615849da60
/
.
/
llvm
/
utils
/
lit
/
tests
/
Inputs
/
max-time
/
slow.py
blob: ca4d5d30da85c9f7a7d7644f01f3724e1143fb8b [
file
] [
log
] [
blame
]
# 'sleep 60' in Python because Windows does not have a native sleep command.
#
# RUN: %{python} %s
import
time
time
.
sleep
(
60
)