diff --git a/stream.go b/stream.go index e65255ac..377f5498 100644 --- a/stream.go +++ b/stream.go @@ -224,7 +224,7 @@ func (s *Stream) waitForChunk(w http.ResponseWriter, chunk *Chunk) { // Add our channel notif := make(chan bool) chunk.notifs = append(chunk.notifs, notif) - t := time.NewTimer(5 * time.Second) + t := time.NewTimer(10 * time.Second) s.mutex.Unlock()