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 322a3f0 commit 288ca05Copy full SHA for 288ca05
src/test/java/org/utplsql/cli/RunCommandIT.java
@@ -91,10 +91,10 @@ void run_withOutputButNoReporterDefined() throws Exception {
91
}
92
93
@Test
94
- void run_withCatchOraStuck() throws Exception {
+ void run_withOraStuckTimeout() throws Exception {
95
int result = TestHelper.runApp("run",
96
TestHelper.getConnectionString(),
97
- "--catch-ora-stuck",
+ "--ora-stuck-timeout=2",
98
"--failure-exit-code=2");
99
100
assertValidReturnCode(result);
0 commit comments