Skip to content

Commit

Permalink
Increate test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Hexer10 committed Dec 10, 2023
1 parent fb41e2c commit 62f4bf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/playlist_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,5 @@ void main() {
.getVideos('RDCLAK5uy_m9Rw_g5eCJtMhuRgP1eqU3H-XW7UL6uWQ')
.length;
expect(playlistVideosCount, greaterThan(100));
});
}, timeout: const Timeout(Duration(minutes: 2)));
}

0 comments on commit 62f4bf4

Please sign in to comment.