Index: tests/dg_hd_switches_test.py =================================================================== diff -u -rc4776c1885f259b231532ef5ba7e904178cd0005 -r5a634c567871a6855667341464bac9e057cd2b93 --- tests/dg_hd_switches_test.py (.../dg_hd_switches_test.py) (revision c4776c1885f259b231532ef5ba7e904178cd0005) +++ tests/dg_hd_switches_test.py (.../dg_hd_switches_test.py) (revision 5a634c567871a6855667341464bac9e057cd2b93) @@ -35,7 +35,7 @@ while True: print(dg.switches.get_switches_status()) - sleep(1) + sleep(0.1) if __name__ == "__main__":