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 1
1
#
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.
3
3
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
4
#
5
5
# This code is free software; you can redistribute it and/or modify it
@@ -71,6 +71,9 @@ native.core.timeout=600000
71
71
cores =native.lldb
72
72
native.lldb.app =lldb
73
73
native.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
74
77
# Assume that java standard laucher has been used
75
78
native.lldb.args =--core\0%p\0%java\0-o\0thread backtrace all\0-o\0quit
76
79
You can’t perform that action at this time.
0 commit comments