Skip to content

Commit

Permalink
fixup! test(e2e): k6 hd wallet idle test
Browse files Browse the repository at this point in the history
  • Loading branch information
mirceahasegan committed Jul 10, 2023
1 parent dee87ad commit 06d540a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/e2e/test/k6/scenarios/idle-clients.js
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ export function scenario_1({ wallets, blockHeightOfLastTx }) {
for (let i = 0; i < NUM_TIP_QUERIES; i++) {
cardanoHttpPost(TIP_URL);
// No sleep after last query - fetch utxo and tx history immediately
if (i < NUM_TIP_QUERIES) {
if (i + 1 < NUM_TIP_QUERIES) {
sleep(POLL_INTERVAL);
}
}
Expand Down

0 comments on commit 06d540a

Please sign in to comment.