mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-10 21:31:53 +01:00
0d996e74a2
The test suite for the audio servlet contains a test that will fail on systems under heavy load (or just imperformant systems). An audio stream should be added for 1 (streamTimeout) second. The stream is requested and it is tested that it can be accessed. After that the test waits until the stream is no more available (this will be the cause after "streamTimeout"). If the "add stream" and "get request for stream" operations already exceed the "streamTimeout" limit, the test will fail. This can be handled in the test case itself if we check the timespan we need to get the stream and if we know that the stream is allowed to be non present already, we continue with the next step without failing. Fixes: https://github.com/openhab/openhab-core/issues/799 Signed-off-by: Markus Rathgeb <maggu2810@gmail.com> |
||
---|---|---|
.. | ||
src/main | ||
.classpath | ||
.project | ||
itest.bndrun | ||
NOTICE | ||
pom.xml |