Index: tests/dg_hd_switches_test.py =================================================================== diff -u -r8474f8e345f165187d4dde17840575ee4e98a9b4 -ra901fe931c08daea69337c1f44135637a764ce7a --- tests/dg_hd_switches_test.py (.../dg_hd_switches_test.py) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) +++ tests/dg_hd_switches_test.py (.../dg_hd_switches_test.py) (revision a901fe931c08daea69337c1f44135637a764ce7a) @@ -50,7 +50,7 @@ while True: print(dg.switches.get_switches_status()) - sleep(1) + sleep(0.1) if __name__ == "__main__":