Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Non integer timelimit #103

Open
jonathanirvings opened this issue Dec 4, 2016 · 1 comment
Open

Non integer timelimit #103

jonathanirvings opened this issue Dec 4, 2016 · 1 comment
Labels

Comments

@jonathanirvings
Copy link
Contributor

This is usually useful when the time limit is less than 1s (e.g. we don't want a 1s solution got AC).

@jonathanirvings
Copy link
Contributor Author

jonathanirvings commented Dec 4, 2016

I've looked around and tried a bit about this. Sadly ulimit -t does not allow for non-integer limit :'( It may be possible to use timeout (http://man7.org/linux/man-pages/man1/timeout.1.html) instead but unfortunately it does not available on default in OSX :'(

@fushar fushar added the spec label Jul 16, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants