| Index: runtime/vm/dart_api_impl_test.cc
|
| diff --git a/runtime/vm/dart_api_impl_test.cc b/runtime/vm/dart_api_impl_test.cc
|
| index e849acaf9b74aa7f4df146111270ce863b4e0c16..31305ca00ce5c617d02d854326602f2fbb8c8950 100644
|
| --- a/runtime/vm/dart_api_impl_test.cc
|
| +++ b/runtime/vm/dart_api_impl_test.cc
|
| @@ -3091,6 +3091,7 @@ TEST_CASE(IsolateInterrupt) {
|
| // last allow execution to continue. The last causes an exception in
|
| // the isolate.
|
| for (int i = 0; i < kInterruptCount; i++) {
|
| + // Space out the interrupts a bit.
|
| OS::Sleep(i + 1);
|
| Dart_InterruptIsolate(shared_isolate);
|
| {
|
| @@ -3101,7 +3102,6 @@ TEST_CASE(IsolateInterrupt) {
|
| }
|
| OS::Print(" ========== Interrupt processed #%d\n", interrupt_count);
|
| }
|
| - // Space out the interrupts a bit.
|
| }
|
|
|
| {
|
|
|