Skip to content

Commit 8610e45

Browse files
committed
Extend detail updating pubspec.yaml – try to get windows tests passing
1 parent b7dfef9 commit 8610e45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webdev/test/integration_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ name: sample
233233
await d.file('.packages', '').create();
234234

235235
// Ensure there is a noticeable delta in the creation times
236-
await new Future.delayed(const Duration(milliseconds: 500));
236+
await new Future.delayed(const Duration(milliseconds: 1100));
237237

238238
await d.file('pubspec.yaml', '''
239239
name: sample

0 commit comments

Comments
 (0)