From bdac348c80d451cefbc73eb8313e8511dbb0de31 Mon Sep 17 00:00:00 2001 From: Matthias Baesken Date: Thu, 3 Aug 2023 08:12:20 +0000 Subject: [PATCH] 8313602: increase timeout for jdk/classfile/CorpusTest.java Reviewed-by: clanger --- test/jdk/jdk/classfile/CorpusTest.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/jdk/jdk/classfile/CorpusTest.java b/test/jdk/jdk/classfile/CorpusTest.java index 9a5fc9ae95d..3d62bb3a047 100644 --- a/test/jdk/jdk/classfile/CorpusTest.java +++ b/test/jdk/jdk/classfile/CorpusTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2022, 2023, 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,7 +27,7 @@ * @test * @summary Testing Classfile on small Corpus. * @build helpers.* testdata.* - * @run junit/othervm -Djunit.jupiter.execution.parallel.enabled=true CorpusTest + * @run junit/othervm/timeout=480 -Djunit.jupiter.execution.parallel.enabled=true CorpusTest */ import helpers.ClassRecord; import helpers.ClassRecord.CompatibilityFilter;