Skip to content

Commit 0df7619

Browse files
committed
fix(rav_test): Increase number of receipts to ensure we hit rav generation thresholds
1 parent 3fef823 commit 0df7619

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rav_e2e/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ async fn tap_rav_test() -> Result<()> {
112112
// trigger_value = 20 / 10,000 = 0.002 GRT
113113
// We need to send at least 20 receipts to reach the trigger threshold
114114
// Sending slightly more than required to ensure triggering
115-
let num_receipts = 30;
115+
let num_receipts = 60;
116116

117117
println!(
118118
"\n=== Sending {} receipts to trigger RAV generation ===",

0 commit comments

Comments
 (0)