Skip to content

Commit

Permalink
Merge pull request #20868 from babsingh/main12
Browse files Browse the repository at this point in the history
Increase JFR test suite timeout to 30 mins
  • Loading branch information
pshipton authored Dec 23, 2024
2 parents ac8d68f + bf583c6 commit 9838ac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/cmdLineTests/jfr/jfr.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0-only WITH Classpath-ex

<!DOCTYPE suite SYSTEM "cmdlinetester.dtd">

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

0 comments on commit 9838ac7

Please sign in to comment.