Skip to content

Commit

Permalink
increase time difference value in gdrive tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sh-rp committed Mar 28, 2024
1 parent 25b5edb commit ddf55ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/load/filesystem/test_filesystem_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit ddf55ad

Please sign in to comment.