test(prompter): timeout for tests is 1s
This commit is contained in:
parent
d8d3874778
commit
ef58e627f9
1 changed files with 1 additions and 1 deletions
|
|
@ -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...)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue