diff --git a/internal/prompter/speech_synthesizer_friendly_prompter_test.go b/internal/prompter/speech_synthesizer_friendly_prompter_test.go index 64e9ac2fe..d461bf1e4 100644 --- a/internal/prompter/speech_synthesizer_friendly_prompter_test.go +++ b/internal/prompter/speech_synthesizer_friendly_prompter_test.go @@ -33,7 +33,7 @@ func TestSpeechSynthesizerFriendlyPrompter(t *testing.T) { expect.WithCloser(ptm, pts), failOnExpectError(t), failOnSendError(t), - expect.WithDefaultTimeout(time.Second * 600), + expect.WithDefaultTimeout(time.Second), } console, err := expect.NewConsole(consoleOpts...)