Skip to content

Commit

Permalink
Re-do delay command and make longer
Browse files Browse the repository at this point in the history
  • Loading branch information
jfy133 committed Oct 21, 2020
1 parent 59cbee4 commit 0b62ce5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ jobs:
- name: Get test data for cases where we don't use TSV input
run: |
git clone --single-branch --branch eager https://github.com/nf-core/test-datasets.git data
- name: RANDOM DELAY to try address some odd behaviour with what appears to be a conflict between parallel htslib jobs leading to CI hangs
- name: DELAY to try address some odd behaviour with what appears to be a conflict between parallel htslib jobs leading to CI hangs
run: |
sleep $(( ( RANDOM % 180 ) + 20 ))
if [[ $NXF_VER = '' ]]; then sleep 360; fi
- name: BASIC Run the basic pipeline with directly supplied single-end FASTQ
run: |
nextflow run ${GITHUB_WORKSPACE} -profile test,docker --input 'data/testdata/Mammoth/fastq/*_R1_*.fq.gz' --single_end
Expand Down

0 comments on commit 0b62ce5

Please sign in to comment.