Skip to content

Commit

Permalink
Merge branch 'latest_lints' into pkg_web_migration
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo committed Nov 21, 2023
2 parents 6ebcedf + 433d55a commit c5fb27a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ void testClient(Client client) {
server.close();
});

test('large single item stream', () async {
test('large single item stream', timeout: const Timeout.factor(2),
() async {
// This tests that `CUPHTTPStreamToNSInputStreamAdapter` correctly
// handles calls to `read:maxLength:` where the maximum length
// is smaller than the amount of data in the buffer.
Expand Down

0 comments on commit c5fb27a

Please sign in to comment.