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

Skip to content

Commit fa9de56

Browse files
committed
Fixed flaky test.
1 parent e7fba34 commit fa9de56

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/core/test_output_buffer.pkb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ create or replace package body test_output_buffer is
6060
l_duration := localtimestamp - l_start;
6161

6262
ut.expect(l_result).to_equal(l_expected);
63-
ut.expect(l_duration).to_be_greater_than(interval '1' second);
63+
ut.expect(l_duration).to_be_greater_than(interval '0.99' second);
6464
select count(1) into l_remaining from ut3.ut_output_buffer_tmp where output_id = l_buffer.output_id;
6565

6666
ut.expect(l_remaining).to_equal(0);

0 commit comments

Comments
 (0)