Skip to content

Commit 1465370

Browse files
committed
Extend detail updating pubspec.yaml – try to get windows tests passing
1 parent c77fd15 commit 1465370

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
@@ -127,7 +127,7 @@ name: sample
127127
await d.file('.packages', '').create();
128128

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

132132
await d.file('pubspec.yaml', '''
133133
name: sample

0 commit comments

Comments
 (0)