[hue] Improve HueBridgeHandlerOSGiTest stability (#8621)

The ThingStatus is updated asynchronously so the test is unstable when the status is not updated immediately.

Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
Wouter Born
2020-10-01 12:19:51 +02:00
committed by GitHub
parent 515658de7f
commit 1b0876f719
2 changed files with 9 additions and 7 deletions

View File

@@ -67,4 +67,5 @@ Fragment-Host: org.openhab.binding.hue
org.openhab.core.test;version='[3.0.0,3.0.1)',\
org.openhab.core.thing;version='[3.0.0,3.0.1)',\
org.openhab.core.thing.xml;version='[3.0.0,3.0.1)',\
org.opentest4j;version='[1.2.0,1.2.1)'
org.opentest4j;version='[1.2.0,1.2.1)',\
org.eclipse.jdt.annotation;version='[2.2.100,2.2.101)'