def create(): return xs.pipe(ops.timeout(100, ys))
def create(): return xs.pipe(ops.timeout(500, None))
def create(): return xs.pipe(ops.timeout(205))
def create(): return xs.pipe(ops.timeout(datetime.utcfromtimestamp(400), ys))