Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.io.video
Commits
d4da00bf
Commit
d4da00bf
authored
Apr 04, 2019
by
Tiago de Freitas Pereira
Browse files
Increasing the threshold in the test_memory_leak
parent
5d3f69fc
Pipeline
#28955
passed with stage
in 6 minutes and 50 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
bob/io/video/test.py
View file @
d4da00bf
...
...
@@ -116,7 +116,7 @@ def test_memory_leak():
first
=
psutil
.
virtual_memory
().
used
last
=
psutil
.
virtual_memory
().
used
assert
(
last
-
first
)
/
first
<
0.
0
03
,
"Looks like we have a memory leak!"
assert
(
last
-
first
)
/
first
<
0.03
,
"Looks like we have a memory leak!"
def
test_open_file_leak
():
...
...
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