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

Bump CPU time limit to 10 minutes #46

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions bench
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,8 @@

OSNAME="`( uname )`"

# If a benchmark takes longer than an hour to run, then it's
# probably in some kind of infinite loop.
# CPU_LIMIT=3600

# ecraven changed this to 5 minutes
CPU_LIMIT=${CPU_LIMIT:-"300"}
# Kill compilations and runs after 10 minutes of CPU time.
CPU_LIMIT=${CPU_LIMIT:-"600"}

# The following definitions are not in use, but using them
# might improve the script.
Expand Down