diff --git a/mozilla/testing/performance/talos/ffprocess_linux.py b/mozilla/testing/performance/talos/ffprocess_linux.py index 1769abf3dc0..5c661876388 100644 --- a/mozilla/testing/performance/talos/ffprocess_linux.py +++ b/mozilla/testing/performance/talos/ffprocess_linux.py @@ -141,7 +141,7 @@ class LinuxProcess(FFProcess): """ try: if self.ProcessesWithNameExist(str(pid)): - os.kill(pid, signal.SIGSEGV) + os.kill(pid, signal.SIGABRT) time.sleep(timeout) if self.ProcessesWithNameExist(str(pid)): os.kill(pid, signal.SIGTERM)