Thank you very much! That worked!
increasing the max_execution_time did not change the behavior … where do I enter the php code for wpseo_sitemap_entries_per_page ?
function max_entries_per_sitemap() { return 100; } add_filter( ‘wpseo_sitemap_entries_per_page’, ‘max_entries_per_sitemap’ )