From 0e68843478692904987375551e6ee636b9918b32 Mon Sep 17 00:00:00 2001 From: Kevin Moore Date: Wed, 22 Nov 2023 12:18:37 -0800 Subject: [PATCH] oops --- pkgs/cupertino_http/example/integration_test/client_test.dart | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkgs/cupertino_http/example/integration_test/client_test.dart b/pkgs/cupertino_http/example/integration_test/client_test.dart index b51c595e1c..1becd5c049 100644 --- a/pkgs/cupertino_http/example/integration_test/client_test.dart +++ b/pkgs/cupertino_http/example/integration_test/client_test.dart @@ -35,8 +35,7 @@ void testClient(Client client) { server.close(); }); - test('large single item stream', timeout: const Timeout.factor(2), - () async { + test('large single item stream', () 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.