From dfc6fc297910b6126cb40446540ef0663af407b7 Mon Sep 17 00:00:00 2001 From: Peter Leibiger Date: Thu, 4 Apr 2024 19:05:59 +0200 Subject: [PATCH] estarde --- dio_test/lib/src/test/download_tests.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dio_test/lib/src/test/download_tests.dart b/dio_test/lib/src/test/download_tests.dart index 7584e7a3c..a14e17048 100644 --- a/dio_test/lib/src/test/download_tests.dart +++ b/dio_test/lib/src/test/download_tests.dart @@ -244,7 +244,7 @@ void downloadTests( test('receiveTimeout triggers if gaps are too big', () { expectLater( dio.download( - '/drip?delay=0&duration=6&numbytes=6', + '/drip?delay=0&duration=6&numbytes=3', p.join(tmp.path, 'download_timeout.md'), options: Options(receiveTimeout: Duration(seconds: 1)), ),