8320691: Timeout handler on Windows takes 2 hours to complete

Reviewed-by: stuefe, jpai, ihse, alanb
This commit is contained in:
Daniel Jeliński 2023-11-24 14:55:57 +00:00
parent 0c9a61c185
commit 4d50df63b6

View File

@ -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
################################################################################