Skip to content

Commit

Permalink
fix(ci): delay ingest group creation by 5 instead of 2 min (#1463)
Browse files Browse the repository at this point in the history
2min turned out not enough often
  • Loading branch information
corneliusroemer authored Mar 25, 2024
1 parent 1d2d5e0 commit bfa5001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ingest/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ rule submit_to_loculus:
log_level=LOG_LEVEL,
shell:
"""
sleep 120
sleep 300
python scripts/submit_to_loculus.py \
--mode submit \
--metadata {input.metadata} \
Expand Down

0 comments on commit bfa5001

Please sign in to comment.