Skip to content

Commit 1a1dc82

Browse files
committed
change default delay
1 parent 9a5d31d commit 1a1dc82

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

batcher/aligned/send_burst_with_random_address.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
# RPC_URL (default localhost:8545)
88
# NETWORK devnet|holesky-stage|holesky
99
# REPETITIONS (default 1)
10-
# BURST_DELAY in secs (default 10)
10+
# BURST_DELAY in secs (default 30)
1111

1212
if [ -z $BURST_DELAY ]; then
1313
echo "Using default burst delay 10"
14-
BURST_DELAY=10
14+
BURST_DELAY=30
1515
fi
1616

1717
while true

0 commit comments

Comments
 (0)