| Index: runtime/vm/isolate_test.cc
|
| diff --git a/runtime/vm/isolate_test.cc b/runtime/vm/isolate_test.cc
|
| index d0d92c8a3cae41f49b5d8e7392247d859ae662be..6000ee686e0885dc088107816341d5358a7d10db 100644
|
| --- a/runtime/vm/isolate_test.cc
|
| +++ b/runtime/vm/isolate_test.cc
|
| @@ -149,8 +149,8 @@ class InterruptChecker : public ThreadPool::Task {
|
| };
|
|
|
|
|
| -const intptr_t InterruptChecker::kTaskCount = 50;
|
| -const intptr_t InterruptChecker::kIterations = 1000;
|
| +const intptr_t InterruptChecker::kTaskCount = 5;
|
| +const intptr_t InterruptChecker::kIterations = 10;
|
|
|
|
|
| // Waits for all tasks to set their individual flag, then clears them all.
|
|
|