We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1264445 commit 6866f9bCopy full SHA for 6866f9b
pkgs/watcher/test/directory_watcher/polling_test.dart
@@ -2,6 +2,9 @@
2
// for details. All rights reserved. Use of this source code is governed by a
3
// BSD-style license that can be found in the LICENSE file.
4
5
+@Timeout.factor(2)
6
+library;
7
+
8
import 'package:test/test.dart';
9
import 'package:watcher/watcher.dart';
10
pkgs/watcher/test/directory_watcher/windows_test.dart
@@ -3,6 +3,7 @@
@TestOn('windows')
library;
import 'dart:async';
0 commit comments