We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1468dbb commit 5589e23Copy full SHA for 5589e23
2 files changed
.github/integration/tests/sda/40_mapper_test.sh
@@ -115,7 +115,7 @@ until [ "$(psql -U postgres -h postgres -d sda -At -c "select event from sda.dat
115
echo "::error::Time out while waiting for dataset to be released"
116
exit 1
117
fi
118
- sleep 2
+ sleep 4
119
done
120
121
echo "dataset released successfully"
.github/integration/tests/sda/45_sync_test.sh
@@ -17,7 +17,7 @@ for file in NA12878.bai NA12878_20k_b37.bai; do
17
echo "::error::Time out while waiting for files to be synced"
18
19
20
21
22
23
0 commit comments