1)Add this code in your child theme or  wp-content/plugins/wplms-customizer/wplms-customizer.php :

     

add_filter('wplms_login_threshold',function() { return 60; }); 

  
This will make the user to login in 1 minute.