We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 288ca05 commit a509483Copy full SHA for a509483
src/test/java/org/utplsql/cli/RunCommandIssue20IT.java
@@ -25,7 +25,7 @@ void runLoop() {
25
TestHelper.getConnectionString(),
26
"-p=TEST_BETWNSTR.normal_case",
27
"-f=ut_documentation_reporter",
28
- "--catch-ora-stuck");
+ "--ora-stuck-timeout=3");
29
List<ReporterOptions> reporterOptionsList = runCmd.getReporterOptionsList();
30
ReporterOptions reporterOptions1 = reporterOptionsList.get(0);
31
assertEquals(CoreReporters.UT_DOCUMENTATION_REPORTER.name(), reporterOptions1.getReporterName());
0 commit comments