Skip to content

Commit 288ca05

Browse files
committed
Fix failing test
1 parent 322a3f0 commit 288ca05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/java/org/utplsql/cli/RunCommandIT.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,10 @@ void run_withOutputButNoReporterDefined() throws Exception {
9191
}
9292

9393
@Test
94-
void run_withCatchOraStuck() throws Exception {
94+
void run_withOraStuckTimeout() throws Exception {
9595
int result = TestHelper.runApp("run",
9696
TestHelper.getConnectionString(),
97-
"--catch-ora-stuck",
97+
"--ora-stuck-timeout=2",
9898
"--failure-exit-code=2");
9999

100100
assertValidReturnCode(result);

0 commit comments

Comments
 (0)