Skip to content

Commit 99d6b96

Browse files
committed
Provide files_timeout to MemFS.files_list call
1 parent 46dd830 commit 99d6b96

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

snekbox/nsjail.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,7 @@ def python3(
273273
{
274274
"preload_dict": True,
275275
"exclude_files": files_written,
276+
"timeout": self.files_timeout,
276277
},
277278
timeout=self.files_timeout,
278279
)

0 commit comments

Comments
 (0)