| Index: tests/standalone/io/directory_list_pause_test.dart
|
| diff --git a/tests/standalone/io/directory_list_pause_test.dart b/tests/standalone/io/directory_list_pause_test.dart
|
| index 6559dbf977d51564edccda99970a9811ceaf4dbc..081b4064eb42e00e542c10dd128e71e91655dd33 100644
|
| --- a/tests/standalone/io/directory_list_pause_test.dart
|
| +++ b/tests/standalone/io/directory_list_pause_test.dart
|
| @@ -11,7 +11,7 @@ import "dart:isolate";
|
| void testPauseList() {
|
| var keepAlive = new ReceivePort();
|
| // TOTAL should be bigger the our directory listing buffer.
|
| - const int TOTAL = 256;
|
| + const int TOTAL = 128;
|
| new Directory("").createTemp().then((d) {
|
| for (int i = 0; i < TOTAL; i++) {
|
| new Directory("${d.path}/$i").createSync();
|
|
|