diff --git a/lib/locale_threads.t b/lib/locale_threads.t index a0249f0df383..775b5efa7a6b 100644 --- a/lib/locale_threads.t +++ b/lib/locale_threads.t @@ -1760,6 +1760,9 @@ EOT \%thread0_corrects); $this_iteration_start += $iterations_per_test_group; + # Let the other threads run + #threads->yield(); + # And repeat as long as there are other tests } while (threads->list(threads::all));