Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66d92fc commit 590fb38Copy full SHA for 590fb38
1 file changed
test/ut3_tester_helper/coverage_helper.pkb
@@ -173,7 +173,7 @@ create or replace package body coverage_helper is
173
auto_drop => TRUE,
174
comments => 'one-time-job'
175
);
176
- while (l_status is null or l_status not in ('SUCCEEDED','FAILED')) and i < 30 loop
+ while (l_status is null or l_status not in ('SUCCEEDED','FAILED')) and i < 150 loop
177
l_status := get_job_status( l_job_name, l_timestamp );
178
sleep(0.1);
179
i := i + 1;
0 commit comments