From 48ba8ed2439f9a4a5cdca8715ffddad377366347 Mon Sep 17 00:00:00 2001 From: Leo Korinth Date: Tue, 2 Sep 2025 17:00:33 +0000 Subject: [PATCH] 8366704: Bump timeout on TestInheritFD Reviewed-by: lmesnik --- test/hotspot/jtreg/runtime/8176717/TestInheritFD.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/hotspot/jtreg/runtime/8176717/TestInheritFD.java b/test/hotspot/jtreg/runtime/8176717/TestInheritFD.java index 8130ff65792..7cb0efac897 100644 --- a/test/hotspot/jtreg/runtime/8176717/TestInheritFD.java +++ b/test/hotspot/jtreg/runtime/8176717/TestInheritFD.java @@ -92,7 +92,7 @@ public class TestInheritFD { public static final String THIRD_VM_PID_PREFIX = "Third VM pid="; public static final String THIRD_VM_WAITING_PREFIX = "Third VM waiting for second VM pid="; - public static long subProcessTimeout = (long)(15L * Utils.TIMEOUT_FACTOR); + public static long subProcessTimeout = (long)(60L * Utils.TIMEOUT_FACTOR); // Extract a pid from the specified String at the specified start offset. private static long extractPidFromStringOffset(String str, int start) {