Skip to content

Commit 739574a

Browse files
chore: change a help comment
1 parent 076765a commit 739574a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

grader_service/autograding/local_grader.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ class LocalAutogradeExecutor(LoggingConfigurable):
5252

5353
min_cell_timeout = Int(10, help="Min cell timeout in seconds, defaults to 10.").tag(config=True)
5454

55-
max_cell_timeout = Int(86400, help="Max cell timeout in seconds, defaults to 86400").tag(
56-
config=True
57-
)
55+
max_cell_timeout = Int(
56+
86400, help="Max cell timeout in seconds, defaults to 86400 (24 hours)"
57+
).tag(config=True)
5858

5959
def __init__(
6060
self, grader_service_dir: str, submission: Submission, close_session: bool = True, **kwargs

0 commit comments

Comments
 (0)