From 21a6cf848da00c795d833f926f831c7aea05dfa3 Mon Sep 17 00:00:00 2001 From: Chris Plummer Date: Thu, 18 Jul 2024 00:21:03 +0000 Subject: [PATCH] 8336587: failure_handler lldb command times out on macosx-aarch64 core file Reviewed-by: dlong, dholmes, jpai --- test/failure_handler/src/share/conf/mac.properties | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/test/failure_handler/src/share/conf/mac.properties b/test/failure_handler/src/share/conf/mac.properties index 1a5d48f2bdc..6a1c9fb4e77 100644 --- a/test/failure_handler/src/share/conf/mac.properties +++ b/test/failure_handler/src/share/conf/mac.properties @@ -1,5 +1,5 @@ # -# Copyright (c) 2015, 2022, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2015, 2024, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it @@ -71,6 +71,9 @@ native.core.timeout=600000 cores=native.lldb native.lldb.app=lldb native.lldb.delimiter=\0 +# Core files can be very big and take a long time to load on macosx-aarch64. +# The 20 seconds default timeout is not nearly enough. +native.lldb.timeout=120000 # Assume that java standard laucher has been used native.lldb.args=--core\0%p\0%java\0-o\0thread backtrace all\0-o\0quit