Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 590fb38

Browse files
committed
Improving test stability (flaky tests)
1 parent 66d92fc commit 590fb38

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
@@ -173,7 +173,7 @@ create or replace package body coverage_helper is
173173
auto_drop => TRUE,
174174
comments => 'one-time-job'
175175
);
176-
while (l_status is null or l_status not in ('SUCCEEDED','FAILED')) and i < 30 loop
176+
while (l_status is null or l_status not in ('SUCCEEDED','FAILED')) and i < 150 loop
177177
l_status := get_job_status( l_job_name, l_timestamp );
178178
sleep(0.1);
179179
i := i + 1;

0 commit comments

Comments
 (0)