From d5795dc8da83c4f03552f36d494f952830dafc14 Mon Sep 17 00:00:00 2001 From: Peter Leibiger Date: Thu, 4 Apr 2024 01:23:46 +0200 Subject: [PATCH] Increase download test timeout --- 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 019f52d21..1bdeb2056 100644 --- a/dio_test/lib/src/test/download_tests.dart +++ b/dio_test/lib/src/test/download_tests.dart @@ -272,7 +272,7 @@ void downloadTests( }, // The download of the main.zip file can be slow, // so we need to increase the timeout. - timeout: Timeout(Duration(minutes: 1)), + timeout: Timeout(Duration(minutes: 2)), ); test('delete on error', () async {