Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix distr integration test #1581

Merged
merged 2 commits into from
Apr 22, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update sleep
  • Loading branch information
udpatil committed Apr 22, 2024
commit 2fd07a0e7d773aa6e8f9c2dd030e5ded7e4ef0f6
2 changes: 1 addition & 1 deletion integration_test/distribution_module/rewards.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# Simple tx to increase rewards
- cmd: printf "12345678\n" | seid tx bank send $NODE_ADMIN_ACC $DISTRIBUTION_TEST_ACC 1sei -b block --fees 2000usei --chain-id sei -y
# Wait a couple seconds before querying to reduce likelihood of flaky test results
- cmd: sleep 2
- cmd: sleep 1
# Get rewards after tx
- cmd: seid q distribution rewards $NODE_ADMIN_ACC -o json | jq -r ".total[0].amount | tonumber"
env: REWARDS_AFTER_TX
Expand Down
Loading