test long sleeping

This commit is contained in:
2021-02-06 18:33:26 +00:00
parent 39d66d86e6
commit 6d1a06f7f9
+10
View File
@@ -0,0 +1,10 @@
#!/usr/bin/env python
from time import sleep
def run():
print("Test Sleep Long: start")
sleep(10)
print("Test Sleep Long: done")