Skip to content

Commit 499e40b

Browse files
committed
Use the expected exit code for timeout
1 parent 6c308e1 commit 499e40b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/timeout

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ begin
1212
end
1313
rescue Timeout::Error
1414
STDERR.puts "Timed out after #{seconds} seconds"
15-
exit 255
15+
exit 124
1616
end

0 commit comments

Comments
 (0)