Skip to content

Commit

Permalink
Increase download test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
kuhnroyal committed Apr 4, 2024
1 parent 87697d8 commit d5795dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dio_test/lib/src/test/download_tests.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit d5795dc

Please sign in to comment.