summaryrefslogtreecommitdiff
path: root/subdir
diff options
context:
space:
mode:
Diffstat (limited to 'subdir')
-rw-r--r--subdir/foo.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/subdir/foo.py b/subdir/foo.py
index 9059213..194d3af 100644
--- a/subdir/foo.py
+++ b/subdir/foo.py
@@ -4,6 +4,8 @@ class Foo:
if a:
return True
else:
+ import time
+ time.sleep(12)
return False
\ No newline at end of file