Comment 1 for bug 1297780

Revision history for this message
Thomi Richards (thomir-deactivatedaccount) wrote :

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!