stzhao commited on
Commit
5ae73af
·
verified ·
1 Parent(s): d36b115

Update shared_vis_python_exe.py

Browse files
Files changed (1) hide show
  1. shared_vis_python_exe.py +1 -1
shared_vis_python_exe.py CHANGED
@@ -473,7 +473,7 @@ class PythonExecutor:
473
  runtime_class=self.runtime_class,
474
  answer_symbol=self.answer_symbol,
475
  answer_expr=self.answer_expr,
476
- timeout_length=self.timeout_length,
477
  )
478
  all_exec_results.append(result)
479
  except TimeoutError as error:
 
473
  runtime_class=self.runtime_class,
474
  answer_symbol=self.answer_symbol,
475
  answer_expr=self.answer_expr,
476
+ # timeout_length=self.timeout_length,
477
  )
478
  all_exec_results.append(result)
479
  except TimeoutError as error: