Skip to content

Commit 78ae58d

Browse files
committed
Increasing wait time before proceeding with background job run for tests
1 parent 2c1624e commit 78ae58d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/ut3_tester_helper/coverage_helper.pkb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ create or replace package body coverage_helper is
163163
begin
164164
g_job_no := g_job_no + 1;
165165
l_job_name := 'utPLSQL_selftest_job_'||g_job_no;
166-
sleep(0.01);
166+
sleep(0.15);
167167
dbms_scheduler.create_job(
168168
job_name => l_job_name,
169169
job_type => 'PLSQL_BLOCK',

0 commit comments

Comments
 (0)