Skip to content

Commit 79a8654

Browse files
author
danrubel
committed
(TBR) increase pumpEventQueue to finish analysis
Review URL: https://codereview.chromium.org/1508523002 .
1 parent 372cb6b commit 79a8654

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/analysis_server/test/analysis_server_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ import "../foo/foo.dart";
323323
subscriptions[service] = <String>[bar.path].toSet();
324324
}
325325
server.setAnalysisSubscriptions(subscriptions);
326-
await pumpEventQueue(500);
326+
await pumpEventQueue(1000);
327327
expect(server.statusAnalyzing, isFalse);
328328
channel.notificationsReceived.clear();
329329
server.updateContent(

0 commit comments

Comments
 (0)