From 17a306f2f641bb7a0fbf72409239ba8562607f1c Mon Sep 17 00:00:00 2001 From: Quentin Santos Date: Mon, 13 May 2024 21:48:59 +0200 Subject: [PATCH] Increase sleep duration in test --- testee.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testee.py b/testee.py index f66ef4b..9fea094 100644 --- a/testee.py +++ b/testee.py @@ -1,6 +1,6 @@ from time import sleep, time -SLEEP_DURATION = 2 +SLEEP_DURATION = 10 if __name__ == "__main__": start = time()