diff --git a/xnat_ingest/cli/upload.py b/xnat_ingest/cli/upload.py index 79aad34..af6da31 100644 --- a/xnat_ingest/cli/upload.py +++ b/xnat_ingest/cli/upload.py @@ -192,7 +192,7 @@ @click.option( "--wait-period", type=int, - default=1800, + default=60, help=( "The number of seconds to wait between checking for new sessions in the S3 bucket. " "This is to avoid hitting the S3 API rate limit"