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, 2022 , 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
@@ -71,6 +71,9 @@ native.core.timeout=600000
7171cores =native.lldb
7272native.lldb.app =lldb
7373native.lldb.delimiter =\0
74+ # Core files can be very big and take a long time to load on macosx-aarch64.
75+ # The 20 seconds default timeout is not nearly enough.
76+ native.lldb.timeout =120000
7477# Assume that java standard laucher has been used
7578native.lldb.args =--core\0%p\0%java\0-o\0thread backtrace all\0-o\0quit
7679
You can’t perform that action at this time.
0 commit comments