Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

8320691: Timeout handler on Windows takes 2 hours to complete #1374

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions test/failure_handler/src/share/conf/windows.properties
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ native.stack.args=-c "~*kP n;qd" -p %p
native.stack.params.repeat=6

native.core.app=cdb
native.core.args=-c ".dump /f core.%p;qd" -p %p
native.core.params.timeout=3600000
native.core.args=-c ".dump /mA core.%p;qd" -p %p
native.core.params.timeout=600000
################################################################################
# environment info to gather
################################################################################
Expand Down