JoinColony / colonyNetwork

Colony Network smart contracts
https://colony.io/
GNU General Public License v3.0
437 stars 106 forks source link

Fix spotty upgrade test setup #1190

Closed area closed 9 months ago

area commented 9 months ago

Somehow when I wrote this I let myself use a Promise.all which we can't do with transactions, as they all get fired approximately at once, which means some might get the same nonce as each other and fail.

This obviously only touches the test suite, so happy to merge these even with the freeze for the upcoming release.