Skip to content

Commit

Permalink
✅ Update timeout test
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexV525 committed Nov 25, 2023
1 parent 6595b79 commit 31bd5fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dio/test/timeout_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ void main() {
),
matcher,
);
}, testOn: 'vm');
});

test('no DioException when receiveTimeout > request duration', () async {
dio.options.receiveTimeout = Duration(seconds: 5);
Expand Down

0 comments on commit 31bd5fb

Please sign in to comment.