Skip to content

Update test_star data reading

Zhengcheng Tao requested to merge test_star_update into devel

Fix the readAllData function in test_star. After the data routing updates, the function would wait 1 ms after every read. It might not reach the wanted data in queue before timeout. The function now waits 1 ms only if no data is read out.

Merge request reports