Skip to content

Commit de1327d

Browse files
committed
Update type hint for files_timeout to be int to be compatible with timed.time_limit
1 parent 1af5bf0 commit de1327d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snekbox/nsjail.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def __init__(
5656
memfs_home: str = "home",
5757
memfs_output: str = "home",
5858
files_limit: int | None = 100,
59-
files_timeout: float | None = 5,
59+
files_timeout: int | None = 5,
6060
files_pattern: str = "**/[!_]*",
6161
):
6262
"""

0 commit comments

Comments
 (0)