I agree, there should be a public API to do this. Until we get around to adding one, here's a workaround you can do:
my_obj._poll_time = 30 # 30 seconds my_obj.wait_select_single( ... ) my_obj._poll_time = 10 # remember to reset it again afterwards!
I agree, there should be a public API to do this. Until we get around to adding one, here's a workaround you can do:
my_obj._poll_time = 30 # 30 seconds wait_select_ single( ... )
my_obj.
my_obj._poll_time = 10 # remember to reset it again afterwards!