OpenJDK / portola / portola
changeset 52488:3b1d026699fc
8204529: gc/TestAllocateHeapAtMultiple.java fail with Agent 7 timed out
Summary: Increase default timeout to 360 seconds.
Reviewed-by: erikj, dholmes
author | dcubed |
---|---|
date | Thu, 08 Nov 2018 20:54:30 -0500 |
parents | 3e0ebf913679 |
children | 1256c8d923e8 |
files | test/hotspot/jtreg/gc/TestAllocateHeapAtMultiple.java |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/test/hotspot/jtreg/gc/TestAllocateHeapAtMultiple.java Thu Nov 08 19:16:16 2018 -0500 +++ b/test/hotspot/jtreg/gc/TestAllocateHeapAtMultiple.java Thu Nov 08 20:54:30 2018 -0500 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2017, 2018, 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 @@ -27,6 +27,7 @@ * @library /test/lib * @modules java.base/jdk.internal.misc * @requires vm.bits == "64" & vm.gc != "Z" & os.family != "aix" + * @run main/timeout=360 TestAllocateHeapAtMultiple */ import jdk.test.lib.JDKToolFinder;