Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
cff2e87e
Commit
cff2e87e
authored
Aug 04, 2023
by
Shaun Ren
Committed by
Alexandre Julliard
Aug 14, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sapi/tests: Increase timeout in tts test_spvoice.
parent
b9dbe482
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
tts.c
dlls/sapi/tests/tts.c
+2
-2
No files found.
dlls/sapi/tests/tts.c
View file @
cff2e87e
...
...
@@ -630,7 +630,7 @@ static void test_spvoice(void)
ok
(
test_engine
.
rate
==
0
,
"got %ld.
\n
"
,
test_engine
.
rate
);
ok
(
test_engine
.
volume
==
100
,
"got %d.
\n
"
,
test_engine
.
volume
);
ok
(
stream_num
==
1
,
"got %lu.
\n
"
,
stream_num
);
ok
(
duration
>
800
&&
duration
<
3
0
00
,
"took %lu ms.
\n
"
,
duration
);
ok
(
duration
>
800
&&
duration
<
3
5
00
,
"took %lu ms.
\n
"
,
duration
);
check_apttype
();
ok
(
test_apt_data
.
type
==
APTTYPE_MTA
,
"got apt type %d.
\n
"
,
test_apt_data
.
type
);
...
...
@@ -658,7 +658,7 @@ static void test_spvoice(void)
hr
=
ISpVoice_WaitUntilDone
(
voice
,
INFINITE
);
duration
=
GetTickCount
()
-
start
;
ok
(
hr
==
S_OK
,
"got %#lx.
\n
"
,
hr
);
ok
(
duration
>
800
&&
duration
<
3
0
00
,
"took %lu ms.
\n
"
,
duration
);
ok
(
duration
>
800
&&
duration
<
3
5
00
,
"took %lu ms.
\n
"
,
duration
);
ok
(
test_engine
.
speak_called
,
"ISpTTSEngine::Speak was not called.
\n
"
);
ok
(
test_engine
.
flags
==
SPF_NLP_SPEAK_PUNC
,
"got %#lx.
\n
"
,
test_engine
.
flags
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment