Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1082)

Unified Diff: pkg/watcher/test/directory_watcher/linux_test.dart

Issue 99483006: Update the Linux watcher to accommodate changes in [Directory.watch]. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pkg/watcher/lib/src/directory_watcher/linux.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « pkg/watcher/lib/src/directory_watcher/linux.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698