Skip to content

Commit 5206c13

Browse files
author
Patrick Reynolds
committed
Remove Ruby-based implementation of timeout
We brought back coreutils, which provides it.
1 parent b023bcd commit 5206c13

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

test/test-ghe-backup.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -346,12 +346,6 @@ begin_test "ghe-backup missing directories or files on source appliance"
346346
)
347347
end_test
348348

349-
if [ "$(uname)" == "Darwin" ]; then
350-
timeout() {
351-
ruby -rtimeout -e 'duration = ARGV.shift.to_i; Timeout::timeout(duration) { system(*ARGV) }' "$@"
352-
}
353-
fi
354-
355349
# acceptance criteria is less then 2 seconds for 100,000 lines
356350
begin_test "ghe-backup fix_paths_for_ghe_version performance tests - gists"
357351
(

0 commit comments

Comments
 (0)