Skip to content

Commit 2236001

Browse files
committed
Revert "Set a 3-sec timeout"
This reverts commit 7103f37.
1 parent c6f7d45 commit 2236001

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cgi-bin/webhook.cgi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ class PushHook
187187
def execute(*cmd, user:)
188188
cmd = ['/home/git/git.ruby-lang.org/bin/sudo-u.sh', user, *cmd]
189189
logger.info("+ #{cmd.shelljoin}")
190-
system("timeout 3 #{cmd.shelljoin} >> #{Webhook::LOG_PATH} 2>&1", exception: true)
190+
system("#{cmd.shelljoin} >> #{Webhook::LOG_PATH} 2>&1", exception: true)
191191
logger.info("done")
192192
end
193193
end

0 commit comments

Comments
 (0)