Skip to content

Commit

Permalink
test DownloadServiceTest.DownloadServiceTest: increase wait time for …
Browse files Browse the repository at this point in the history
…download to finish (5 secs -> 10 secs)
  • Loading branch information
norohind authored and paroj committed Apr 14, 2024
1 parent 0cf009f commit 4bf685d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ public void testAutoplay() throws InterruptedException, Exception {
false, 0, 0);

Log.w("testPreviousWithPlayList", "Start waiting downloads");
Thread.sleep(5000);
Thread.sleep(10000);
Log.w("testPreviousWithPlayList", "Stop waiting downloads");

PlayerState playerState = downloadService.getPlayerState();
Expand Down

0 comments on commit 4bf685d

Please sign in to comment.