diff options
Diffstat (limited to 'lib/runner.rb')
-rw-r--r-- | lib/runner.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/runner.rb b/lib/runner.rb index 13a2631..fc1a6c6 100644 --- a/lib/runner.rb +++ b/lib/runner.rb @@ -72,7 +72,7 @@ class Runner :chdir => path } - Timeout.timeout(TIMEOUT) do + Timeout.timeout(project.timeout) do Open3.popen3(vars, cmd, options) do |stdin, stdout, stderr, wait_thr| status = wait_thr.value.exitstatus @pid = wait_thr.pid |