Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions files/build_templates/docker_image_ctl.j2
Original file line number Diff line number Diff line change
Expand Up @@ -151,10 +151,10 @@ function waitForAllInstanceDatabaseConfigJsonFilesReady()
done
done
fi
# Delay a second to allow all instance database_config.json files to be completely generated and fully accessible.
# Delay 5 seconds to allow all instance database_config.json files to be completely generated and fully accessible.
# This delay is needed to make sure that the database_config.json files are correctly rendered from j2 template
# files ( renderning takes some time )
sleep 1
# files ( rendering takes some time )
sleep 5
fi
}
{%- endif %}
Expand Down