kernel/kernel/torture.c
.. .. @@ -788,7 +788,7 @@ 788 788 VERBOSE_TOROUT_STRING(buf); 789 789 while (!kthread_should_stop()) { 790 790 torture_shutdown_absorb(title); 791 - schedule_timeout_uninterruptible(1);791 + schedule_timeout_uninterruptible(HZ / 20);792 792 } 793 793 } 794 794 EXPORT_SYMBOL_GPL(torture_kthread_stopping);