Skip to content

Commit

Permalink
Increase JFR test suite timeout to 30 mins
Browse files Browse the repository at this point in the history
The increased timeout should provide sufficient time for the JFR tests
to complete.

Related: eclipse-openj9#20865

Signed-off-by: Babneet Singh <[email protected]>
  • Loading branch information
babsingh authored and rmnattas committed Jan 9, 2025
1 parent 6c27991 commit 7dd4ff9
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 7dd4ff9

Please sign in to comment.