mirror of
https://github.com/rclone/rclone.git
synced 2024-11-25 09:54:44 +01:00
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:
parent
2e81b78486
commit
00ceeef21c
@ -16,7 +16,7 @@ start() {
|
|||||||
-p 127.0.0.1:750:750 \
|
-p 127.0.0.1:750:750 \
|
||||||
-p 127.0.0.1:88:88 \
|
-p 127.0.0.1:88:88 \
|
||||||
rclone/test-hdfs
|
rclone/test-hdfs
|
||||||
sleep 10
|
sleep 30
|
||||||
|
|
||||||
if [ $KERBEROS = "true" ]; then
|
if [ $KERBEROS = "true" ]; then
|
||||||
docker cp rclone-hdfs:/tmp/krb5cc_0 /tmp/krb5cc_`id -u`
|
docker cp rclone-hdfs:/tmp/krb5cc_0 /tmp/krb5cc_`id -u`
|
||||||
|
Loading…
Reference in New Issue
Block a user