Skip to content

Commit

Permalink
estarde
Browse files Browse the repository at this point in the history
  • Loading branch information
kuhnroyal committed Apr 4, 2024
1 parent 0c4b0e1 commit 00df138
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 @@ -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)),
),
Expand Down

0 comments on commit 00df138

Please sign in to comment.