Skip to content

Commit 68ff152

Browse files
committed
Increase JFR test suite timeout to 30 mins
The increased timeout should provide sufficient time for the JFR tests to complete. Related: eclipse-openj9#20865 Signed-off-by: Babneet Singh <[email protected]>
1 parent 2d88806 commit 68ff152

File tree

1 file changed

+1
-1
lines changed
  • test/functional/cmdLineTests/jfr

1 file changed

+1
-1
lines changed

test/functional/cmdLineTests/jfr/jfr.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0-only WITH Classpath-ex
2424

2525
<!DOCTYPE suite SYSTEM "cmdlinetester.dtd">
2626

27-
<suite id="JFR Tests" timeout="300">
27+
<suite id="JFR Tests" timeout="1800">
2828
<envvar name="OPENJ9_METADATA_BLOB_FILE_PATH" value="$METADATA_BLOB_PATH$" />
2929
<test id="triggerExecutionSample">
3030
<command>$EXE$ -XX:StartFlightRecording --add-exports java.base/com.ibm.oti.vm=ALL-UNNAMED -cp $RESJAR$ org.openj9.test.TriggerExecutionSample</command>

0 commit comments

Comments
 (0)