File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
test/failure_handler/src/share/conf Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 11#
2- # Copyright (c) 2015, 2021 , Oracle and/or its affiliates. All rights reserved.
2+ # Copyright (c) 2015, 2024 , Oracle and/or its affiliates. All rights reserved.
33# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44#
55# This code is free software; you can redistribute it and/or modify it
@@ -68,6 +68,9 @@ native.core.args=-ABRT %p
6868cores =native.lldb
6969native.lldb.app =lldb
7070native.lldb.delimiter =\0
71+ # Core files can be very big and take a long time to load on macosx-aarch64.
72+ # The 20 seconds default timeout is not nearly enough.
73+ native.lldb.timeout =120000
7174# Assume that java standard laucher has been used
7275native.lldb.args =--core\0%p\0%java\0-o\0thread backtrace all\0-o\0quit
7376
You can’t perform that action at this time.
0 commit comments