diff --git a/test/scripts/check_ftps_upload.py b/test/scripts/check_ftps_upload.py index e46f4f54b..b9f8685a1 100755 --- a/test/scripts/check_ftps_upload.py +++ b/test/scripts/check_ftps_upload.py @@ -14,6 +14,7 @@ # limitations under the License. from pathlib import Path from shutil import rmtree +from time import sleep PARQUET_PATH = Path(__file__).parents[1] / "resources" / "omop" print(f"parquet path: {PARQUET_PATH}") @@ -34,6 +35,7 @@ print(f"Waited for {seconds} seconds. glob_list: {glob_list}") if glob_list: break + sleep(SECONDS_WAIT) # Check for expected number of uploaded files and clean up, even if the assertion fails try: