drm/edid/firmware: Add built-in edid/1280x720.bin firmware
[platform/kernel/linux-starfive.git] / kernel / torture.c
index 789aeb0..9266ca1 100644 (file)
@@ -915,7 +915,7 @@ void torture_kthread_stopping(char *title)
        VERBOSE_TOROUT_STRING(buf);
        while (!kthread_should_stop()) {
                torture_shutdown_absorb(title);
-               schedule_timeout_uninterruptible(1);
+               schedule_timeout_uninterruptible(HZ / 20);
        }
 }
 EXPORT_SYMBOL_GPL(torture_kthread_stopping);