Skip to content

Commit

Permalink
fix: adjusted producer.sh sleep back to .5 secs
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Peterson <[email protected]>
  • Loading branch information
mattp-swirldslabs committed Aug 5, 2024
1 parent 7411668 commit 88733a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/test/resources/producer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ trap cleanup SIGINT
echo "{\"block_item\": {\"start_event\": {\"creator_id\": $i},\"value\": \"Payload[...]\"}}"
fi

sleep 0.01
sleep 0.5
done

if [ $iter -eq $2 ]; then
Expand Down

0 comments on commit 88733a3

Please sign in to comment.