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
d681deb3
Commit
d681deb3
authored
Oct 26, 2019
by
Sven Baars
Committed by
Alexandre Julliard
Oct 27, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mstask/tests: Wait a bit longer for tasks to start and terminate.
Signed-off-by:
Sven Baars
<
sven.wine@gmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
380d31b1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
task.c
dlls/mstask/tests/task.c
+2
-2
No files found.
dlls/mstask/tests/task.c
View file @
d681deb3
...
...
@@ -626,7 +626,7 @@ static void test_Run(void)
* This is how it's supposed to look like in the application
* (the loop should be infinite):
*/
for
(
i
=
0
;
i
<
3
;
i
++
)
for
(
i
=
0
;
i
<
5
;
i
++
)
{
hr
=
ITaskScheduler_Activate
(
scheduler
,
wine_test_runW
,
&
IID_ITask
,
(
IUnknown
**
)
&
task
);
ok
(
hr
==
S_OK
,
"Activate error %#x
\n
"
,
hr
);
...
...
@@ -661,7 +661,7 @@ static void test_Run(void)
* This is how it's supposed to look like in the application
* (the loop should be infinite):
*/
for
(
i
=
0
;
i
<
3
;
i
++
)
for
(
i
=
0
;
i
<
5
;
i
++
)
{
hr
=
ITaskScheduler_Activate
(
scheduler
,
wine_test_runW
,
&
IID_ITask
,
(
IUnknown
**
)
&
task
);
ok
(
hr
==
S_OK
,
"Activate error %#x
\n
"
,
hr
);
...
...
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