Files
pezkuwi-subxt/substrate/client
Bastian Köcher a8d7cda774 Fix flaky BABE test (#13199)
The `authoring_blocks` test of BABE was calculating the slot based on the timestamp it sometimes
failed in CI. The problem is that we combine all the notifications and authoring futures in one big
future. This one big future may first polls one authoring future to build a block. Then it polls all
notification futures again to import the block. Then some other authoring future is polled and
builds on the imported block using the same slot and making the import fail. The solution is that we
just artificially increase the slot to make the test work.
2023-01-21 19:00:24 +00:00
..
2023-01-19 16:47:47 +00:00
2023-01-19 16:47:47 +00:00
2023-01-21 19:00:24 +00:00
2023-01-19 16:47:47 +00:00
2023-01-05 12:03:41 +00:00
2023-01-19 16:47:47 +00:00