Skip to content

Commit 6866f9b

Browse files
authored
Allow more time for tests on Windows. (#2193)
1 parent 1264445 commit 6866f9b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

pkgs/watcher/test/directory_watcher/polling_test.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
// for details. All rights reserved. Use of this source code is governed by a
33
// BSD-style license that can be found in the LICENSE file.
44

5+
@Timeout.factor(2)
6+
library;
7+
58
import 'package:test/test.dart';
69
import 'package:watcher/watcher.dart';
710

pkgs/watcher/test/directory_watcher/windows_test.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// BSD-style license that can be found in the LICENSE file.
44

55
@TestOn('windows')
6+
@Timeout.factor(2)
67
library;
78

89
import 'dart:async';

0 commit comments

Comments
 (0)