hdfs: wait longer for the server to start up in the integration tests #5734

This needs fixing properly so rclone knows when the server has started
properly.
This commit is contained in:
Nick Craig-Wood 2021-10-23 22:51:44 +01:00
parent 2e81b78486
commit 00ceeef21c
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ start() {
-p 127.0.0.1:750:750 \
-p 127.0.0.1:88:88 \
rclone/test-hdfs
sleep 10
sleep 30
if [ $KERBEROS = "true" ]; then
docker cp rclone-hdfs:/tmp/krb5cc_0 /tmp/krb5cc_`id -u`