Skip to content

Commit 892f925

Browse files
WIP: set default cell timeout in config file
1 parent 2aa5c95 commit 892f925

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/dev_environment/grader_service_config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
c.GraderService.log_level = "DEBUG"
2424

2525
c.RequestHandlerConfig.autograde_executor_class = LocalAutogradeExecutor
26+
c.LocalAutogradeExecutor.default_cell_timeout = 200
2627

2728
c.CeleryApp.conf = dict(
2829
broker_url="amqp://localhost",

0 commit comments

Comments
 (0)