You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2021/11/07 18:42:42 UTC

[libcloud] 02/14: Use longer sleep to make failure less likely.

This is an automated email from the ASF dual-hosted git repository.

tomaz pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/libcloud.git

commit edc80a33dfe5d8d40e83c4528cdc9d016bfd1aaf
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Sat Nov 6 23:44:29 2021 +0100

    Use longer sleep to make failure less likely.
---
 libcloud/test/storage/test_local.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libcloud/test/storage/test_local.py b/libcloud/test/storage/test_local.py
index cfd5d44..3c579bd 100644
--- a/libcloud/test/storage/test_local.py
+++ b/libcloud/test/storage/test_local.py
@@ -95,7 +95,7 @@ class LocalTests(unittest.TestCase):
 
             if pid == 1:
                 with lock:
-                    time.sleep(1)
+                    time.sleep(2)
 
                 success.value = 1
             elif pid == 2: