xu3kev commited on
Commit
6f0d857
1 Parent(s): bb0ddb8
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -302,7 +302,7 @@ gif = turtle.save_gif('')
302
  """
303
  try:
304
  results = {}
305
- func_timeout(3, exec, args=(code_with_header_and_save, results))
306
  # exec(code_with_header_and_save, globals())
307
  if 'gif' in results:
308
  return results['gif']
 
302
  """
303
  try:
304
  results = {}
305
+ func_timeout(30, exec, args=(code_with_header_and_save, results))
306
  # exec(code_with_header_and_save, globals())
307
  if 'gif' in results:
308
  return results['gif']