Skip to content

Commit 04bd246

Browse files
rm-gh-8shipilev
authored andcommitted
8366938: Test runtime/handshake/HandshakeTimeoutTest.java crashed
Backport-of: 8ab8d02
1 parent b4041e3 commit 04bd246

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/hotspot/jtreg/runtime/handshake/HandshakeTimeoutTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2021, 2023, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2021, 2025, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -36,7 +36,7 @@
3636
* @library /testlibrary /test/lib
3737
* @build HandshakeTimeoutTest
3838
* @run driver jdk.test.lib.helpers.ClassFileInstaller jdk.test.whitebox.WhiteBox
39-
* @run driver HandshakeTimeoutTest
39+
* @run driver/timeout=480 HandshakeTimeoutTest
4040
*/
4141

4242
public class HandshakeTimeoutTest {

0 commit comments

Comments
 (0)