Skip to content

Commit

Permalink
fix(ingest): Delay test data upload by 120 seconds so it only happens…
Browse files Browse the repository at this point in the history
… after new database up
  • Loading branch information
corneliusroemer committed Mar 22, 2024
1 parent a996ba2 commit 5be5708
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ingest/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ rule submit_to_loculus:
log_level=LOG_LEVEL,
shell:
"""
sleep 120
python scripts/submit_to_loculus.py \
--mode submit \
--metadata {input.metadata} \
Expand Down

0 comments on commit 5be5708

Please sign in to comment.