From 2810fe6bfca182e4376d818b5510507d5ff7e1b5 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Mon, 11 Oct 2021 18:44:28 +0200 Subject: [PATCH] ; * test/src/emacs-module-tests.el: Instrument for bug#50902. --- test/src/emacs-module-tests.el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test/src/emacs-module-tests.el b/test/src/emacs-module-tests.el index 646c7bb2705..9765bb109f6 100644 --- a/test/src/emacs-module-tests.el +++ b/test/src/emacs-module-tests.el @@ -32,6 +32,11 @@ (require 'help-fns) (require 'subr-x) +;; Catch information for bug#50902. +(when (getenv "EMACS_EMBA_CI") + (start-process-shell-command + "*timeout*" nil (format "sleep 60; kill -ABRT %d" (emacs-pid)))) + (defconst mod-test-emacs (expand-file-name invocation-name invocation-directory) "File name of the Emacs binary currently running.") -- 2.39.2