| Index: pkg/watcher/test/directory_watcher/linux_test.dart
|
| diff --git a/pkg/watcher/test/directory_watcher/linux_test.dart b/pkg/watcher/test/directory_watcher/linux_test.dart
|
| index ba695698b64c4b7a5e9d6d431343b87db2b638b9..f53b272b4578a50b842505cfaa680637093e4cec 100644
|
| --- a/pkg/watcher/test/directory_watcher/linux_test.dart
|
| +++ b/pkg/watcher/test/directory_watcher/linux_test.dart
|
| @@ -14,14 +14,7 @@ main() {
|
|
|
| watcherFactory = (dir) => new LinuxDirectoryWatcher(dir);
|
|
|
| - setUp(() {
|
| - // Increase the timeout because closing a [Directory.watch] stream blocks
|
| - // the main isolate for a very long time on Goobuntu, as of kernel
|
| - // 3.2.5-gg1336 (see issue 14606).
|
| - currentSchedule.timeout *= 3;
|
| -
|
| - createSandbox();
|
| - });
|
| + setUp(createSandbox);
|
|
|
| sharedTests();
|
|
|
|
|