| Index: pkg/analysis_server/test/physical_resource_provider_test.dart
|
| diff --git a/pkg/analysis_server/test/physical_resource_provider_test.dart b/pkg/analysis_server/test/physical_resource_provider_test.dart
|
| index a74e326083b30fbfc3212070f6f899f0f4631105..fa1fbdb6532b102205a21f219631593e7421aa4f 100644
|
| --- a/pkg/analysis_server/test/physical_resource_provider_test.dart
|
| +++ b/pkg/analysis_server/test/physical_resource_provider_test.dart
|
| @@ -33,7 +33,7 @@ main() {
|
|
|
| Future delayed(computation()) {
|
| return new Future.delayed(
|
| - new Duration(milliseconds: 100), computation);
|
| + new Duration(seconds: 1), computation);
|
| }
|
|
|
| watchingFolder(String path, test(List<WatchEvent> changesReceived)) {
|
|
|