Skip to content

Commit 8e4a7a9

Browse files
committed
Backport 21a6cf848da00c795d833f926f831c7aea05dfa3
1 parent e65f836 commit 8e4a7a9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/failure_handler/src/share/conf/mac.properties

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
6868
cores=native.lldb
6969
native.lldb.app=lldb
7070
native.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
7275
native.lldb.args=--core\0%p\0%java\0-o\0thread backtrace all\0-o\0quit
7376

0 commit comments

Comments
 (0)