Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix another test
Yes I need my local setup again
  • Loading branch information
pesse committed Jun 8, 2022
commit a5094839adf72c70bf41d56dddb2b820a57d0b70
2 changes: 1 addition & 1 deletion src/test/java/org/utplsql/cli/RunCommandIssue20IT.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ void runLoop() {
TestHelper.getConnectionString(),
"-p=TEST_BETWNSTR.normal_case",
"-f=ut_documentation_reporter",
"--catch-ora-stuck");
"--ora-stuck-timeout=3");
List<ReporterOptions> reporterOptionsList = runCmd.getReporterOptionsList();
ReporterOptions reporterOptions1 = reporterOptionsList.get(0);
assertEquals(CoreReporters.UT_DOCUMENTATION_REPORTER.name(), reporterOptions1.getReporterName());
Expand Down