Skip to content

Commit 2cc328d

Browse files
scheglovCommit Queue
authored and
Commit Queue
committed
Bug: flutter/flutter#137540 Change-Id: I1a32c36fb492325ae35445c0d4fee889c4a90db9 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/332446 Reviewed-by: William Hesse <[email protected]> Reviewed-by: Brian Wilkerson <[email protected]> Commit-Queue: Konstantin Shcheglov <[email protected]>
1 parent 942e897 commit 2cc328d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/analyzer/test/verify_docs_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ class SnippetTester {
9191
if (output.isNotEmpty) {
9292
fail(output.toString());
9393
}
94-
});
94+
}, timeout: Timeout.factor(4));
9595
}
9696
} else if (child is Folder) {
9797
await verifyFolder(child);

0 commit comments

Comments
 (0)