Skip to content
This repository has been archived by the owner on Sep 15, 2024. It is now read-only.

dslings: dslings haven't timeout mechanism when exist infinite loop in exercises code #6

Open
Sunrisepeak opened this issue May 5, 2024 · 1 comment
Assignees
Labels
enhancement | 新功能 New feature or request

Comments

@Sunrisepeak
Copy link
Owner

Sunrisepeak commented May 5, 2024

d2ds/xmake.lua

Line 209 in 12b72a5

output, _ = os.iorunv("xmake", {"r", name})

@Sunrisepeak
Copy link
Owner Author

local opt = { timeout = 1000 * 10 }
output, _ = os.execv("xmake", {"r", name}, opt)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement | 新功能 New feature or request
Projects
Status: In review
Development

No branches or pull requests

1 participant