From ddf55ad595ed79f6ecbd5ca7b01da37961caa198 Mon Sep 17 00:00:00 2001 From: Dave Date: Thu, 28 Mar 2024 19:18:53 +0100 Subject: [PATCH] increase time difference value in gdrive tests --- tests/load/filesystem/test_filesystem_common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/load/filesystem/test_filesystem_common.py b/tests/load/filesystem/test_filesystem_common.py index 4c94766097..919b89a826 100644 --- a/tests/load/filesystem/test_filesystem_common.py +++ b/tests/load/filesystem/test_filesystem_common.py @@ -52,7 +52,7 @@ def check_file_exists(): def check_file_changed(): details = filesystem.info(file_url) assert details["size"] == 11 - assert (MTIME_DISPATCH[config.protocol](details) - now).seconds < 120 + assert (MTIME_DISPATCH[config.protocol](details) - now).seconds < 200 bucket_url = os.environ["DESTINATION__FILESYSTEM__BUCKET_URL"] config = get_config()