Skip to content
Snippets Groups Projects
Commit f50c080b authored by Stefan Galinski's avatar Stefan Galinski :video_game:
Browse files

[TASK] Increase the dump import timeout

parent 1d77d78a
No related branches found
No related tags found
No related merge requests found
......@@ -591,6 +591,7 @@ node['typo3_site']['sync_databases'].each do |database_data|
code <<-EOF
mysql -h 127.0.0.1 -u root -proot #{database_data['database_name']} < #{database_data['dump_local']}
EOF
timeout 10000
action :run
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment