1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/dist/pythonlibs
sanjuprakashk d30bd7ae47 dist/pythinlibs/testrunner: dynamic changing of test timeout
Few flashers require a longer time to flash code and reset the device and
requires the test script to wait for a longer time before timing out.
This commit adds a environment variable "RIOT_TEST_TIMEOUT"  that can be
set by the user to vary the timeout in accordance to the requirements
of the system

on-behalf-of: @sparkmeter <sanju.kannioth@sparkmeter.io>
2019-07-17 06:25:28 -07:00
..
testrunner dist/pythinlibs/testrunner: dynamic changing of test timeout 2019-07-17 06:25:28 -07:00
README.md make: introduce common Python lib path 2018-08-10 11:37:43 +02:00

This directory is exported through PYTHONPATH environment variable in the build system. Put any RIOT specific Python packages here.