testing/tests/package/test_python: allow to change timeout
authorAndrey Smirnov <andrew.smirnov@gmail.com>
Wed, 12 Jul 2017 02:40:08 +0000 (19:40 -0700)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 22 Jul 2017 20:54:37 +0000 (22:54 +0200)
commit8559c55ed315caf60f95291222f11529f396ced5
treeac23099a659d63f17ba517221e4d3aa4d36a0272
parentded5fa305985dff1585b1632697d2ee7297300b1
testing/tests/package/test_python: allow to change timeout

Depending on Python implementation used for testing, time it takes to
perform a given test can vary pretty significantly. To accout for that
allow individual test functions to specify different timeout value.

Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
support/testing/tests/package/test_python.py