Skip to content

Commit 5589e23

Browse files
committed
Fix tests
1 parent 1468dbb commit 5589e23

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/integration/tests/sda/40_mapper_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ until [ "$(psql -U postgres -h postgres -d sda -At -c "select event from sda.dat
115115
echo "::error::Time out while waiting for dataset to be released"
116116
exit 1
117117
fi
118-
sleep 2
118+
sleep 4
119119
done
120120

121121
echo "dataset released successfully"

.github/integration/tests/sda/45_sync_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ for file in NA12878.bai NA12878_20k_b37.bai; do
1717
echo "::error::Time out while waiting for files to be synced"
1818
exit 1
1919
fi
20-
sleep 2
20+
sleep 4
2121
done
2222
done
2323

0 commit comments

Comments
 (0)