Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
badw-it
DHParser
Commits
2d813a0a
Commit
2d813a0a
authored
Jun 09, 2018
by
eckhart
Browse files
Merge branch 'master' of gitlab.lrz.de:badw-it/DHParser into development
parents
4b698cec
12f237af
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/test_ebnf.py
View file @
2d813a0a
...
...
@@ -290,7 +290,7 @@ class TestSelfHosting:
return
errors
def
test_multiprocessing
(
self
):
with
Pool
(
processes
=
2
)
as
pool
:
with
Pool
()
as
pool
:
res
=
[
pool
.
apply_async
(
self
.
multiprocessing_task
,
())
for
i
in
range
(
4
)]
errors
=
[
r
.
get
(
timeout
=
10
)
for
r
in
res
]
for
i
,
e
in
enumerate
(
errors
):
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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