WordPress auto save period is 60 seconds. It can be modified by adding this line on the the wp-config.php file. The duration is in seconds and can be increased or decreased as per users choice.

define( ‘AUTOSAVE_INTERVAL’, ’15’ );