Skip to content

Commit c6bf834

Browse files
committed
Bump the frequency for the opcode arg test
1 parent 50f1ef0 commit c6bf834

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_integration.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ def test_progress_handler_opcode_arg
527527
first_count = progress_calls.size
528528

529529
progress_calls = []
530-
@db.progress_handler(2, handler)
530+
@db.progress_handler(4, handler)
531531
@db.execute "create table test2(a, b)"
532532
second_count = progress_calls.size
533533

0 commit comments

Comments
 (0)