From 62f4bf4eaee7d3b4d29f9beacade52888274da8f Mon Sep 17 00:00:00 2001 From: Mattia Date: Sun, 10 Dec 2023 21:23:45 +0100 Subject: [PATCH] Increate test timeout --- test/playlist_test.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/playlist_test.dart b/test/playlist_test.dart index 4ce09a5..4855d58 100644 --- a/test/playlist_test.dart +++ b/test/playlist_test.dart @@ -77,5 +77,5 @@ void main() { .getVideos('RDCLAK5uy_m9Rw_g5eCJtMhuRgP1eqU3H-XW7UL6uWQ') .length; expect(playlistVideosCount, greaterThan(100)); - }); + }, timeout: const Timeout(Duration(minutes: 2))); }