wrong_script_timeout.sql 173 B

1234567891011121314
  1. /* dqfile can not */
  2. USE plato;
  3. $f=Python3::f(@@
  4. def f(x):
  5. """
  6. Callable<(Int32)->Int32>
  7. """
  8. import time
  9. time.sleep(60)
  10. return 0
  11. @@);
  12. select $f(0);