def timeout(self): t = super(QtEventReactor, self).timeout() if t is None: return None return min(t, 0.01)