We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
files_timeout
int
timed.time_limit
1 parent 1af5bf0 commit de1327dCopy full SHA for de1327d
snekbox/nsjail.py
@@ -56,7 +56,7 @@ def __init__(
56
memfs_home: str = "home",
57
memfs_output: str = "home",
58
files_limit: int | None = 100,
59
- files_timeout: float | None = 5,
+ files_timeout: int | None = 5,
60
files_pattern: str = "**/[!_]*",
61
):
62
"""
0 commit comments