test long sleeping
This commit is contained in:
Executable
+10
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user