chore: increase timeout

This commit is contained in:
talwat 2024-09-28 02:01:54 +02:00
parent f38e1a8a76
commit 67625e9ae3

View File

@ -36,7 +36,7 @@ pub enum Messages {
Pause,
}
const TIMEOUT: Duration = Duration::from_secs(3);
const TIMEOUT: Duration = Duration::from_secs(8);
/// The amount of songs to buffer up.
const BUFFER_SIZE: usize = 5;