Increase PHP time limit & Max input time

wp-config.php file:

set_time_limit(1200);
ini_set('max_input_time', 600); <-- Doesn't work

.user.ini

max_execution_time = 1200
max_input_time = 600