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
Next Next commit
Fix failing test
  • Loading branch information
pesse committed Jun 8, 2022
commit 288ca0530b3f41266832328d85583234a7de1b55
4 changes: 2 additions & 2 deletions src/test/java/org/utplsql/cli/RunCommandIT.java
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,10 @@ void run_withOutputButNoReporterDefined() throws Exception {
}

@Test
void run_withCatchOraStuck() throws Exception {
void run_withOraStuckTimeout() throws Exception {
int result = TestHelper.runApp("run",
TestHelper.getConnectionString(),
"--catch-ora-stuck",
"--ora-stuck-timeout=2",
"--failure-exit-code=2");

assertValidReturnCode(result);
Expand Down