Skip to content

Commit

Permalink
test: fix flacky democracy tests (#1685)
Browse files Browse the repository at this point in the history
increased waiting time for registering representatives
  • Loading branch information
stana-miric authored Mar 8, 2024
1 parent 7081161 commit f331adb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/actions.go
Original file line number Diff line number Diff line change
Expand Up @@ -1910,7 +1910,7 @@ func (tr TestConfig) registerRepresentative(
}

// wait for inclusion in a block -> '--broadcast-mode block' is deprecated
tr.waitBlocks(action.Chain, 1, 10*time.Second)
tr.waitBlocks(action.Chain, 2, 10*time.Second)
}(val, stake)
}

Expand Down

0 comments on commit f331adb

Please sign in to comment.