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 da5be2f commit 486d5a6Copy full SHA for 486d5a6
test/check_resolution_up_to_date_test.dart
@@ -34,6 +34,8 @@ void main() {
34
output: contains('Resolution is up-to-date'),
35
exitCode: 0,
36
);
37
+
38
+ // Timestamp resolution is rather poor especially on windows.
39
await Future<Null>.delayed(const Duration(seconds: 1));
40
41
await d.appDir(dependencies: {'foo': '2.0.0'}).create();
@@ -96,6 +98,9 @@ void main() {
96
98
),
97
99
]).create();
100
101
102
+ await Future<Null>.delayed(const Duration(seconds: 1));
103
104
await runPub(
105
args: ['check-resolution-up-to-date'],
106
environment: {'_PUB_TEST_SDK_VERSION': '3.5.0'},
0 commit comments