OpenJDK / portola / portola
changeset 53234:ae803dd58dbe
8213001: vmTestbase/nsk/jvmti/ThreadStart/threadstart002/TestDescription.java debug agent times out
Reviewed-by: dcubed, jcbeyler
author | gadams |
---|---|
date | Wed, 09 Jan 2019 12:09:20 -0500 |
parents | 40187283e6eb |
children | 17539619efe6 |
files | test/hotspot/jtreg/vmTestbase/nsk/jvmti/ThreadStart/threadstart002/threadstart002.cpp |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/test/hotspot/jtreg/vmTestbase/nsk/jvmti/ThreadStart/threadstart002/threadstart002.cpp Wed Jan 09 12:02:38 2019 -0500 +++ b/test/hotspot/jtreg/vmTestbase/nsk/jvmti/ThreadStart/threadstart002/threadstart002.cpp Wed Jan 09 12:09:20 2019 -0500 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2003, 2019, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -34,7 +34,7 @@ #define PASSED 0 #define STATUS_FAILED 2 -#define WAIT_TIME 2000 +#define WAIT_TIME 20000 static jvmtiEnv *jvmti = NULL; static jvmtiCapabilities caps;