This algo times out, but I thought that handle_data could take as long as ~ 58 seconds. Why does it time out?
import time
def initialize(context):
pass
def handle_data(context, data):
order(sid(24), 50)
time.sleep(10) # pause 10 seconds