Unverified Commit 909c1e49 authored by ordian's avatar ordian Committed by GitHub
Browse files

malus: use spawn_blocking (#2804)

Looks like using `spawn` instead of `spawn_blocking` in malus is leading
to a deadlock somehow. I'm not sure why exactly, but switching to
`spawn_blocking` fixes
https://github.com/paritytech/disabling-e2e-tests/issues/1, at least for
`suggest-garbage-candidate` (didn't check other variants).

Maybe my assumption here was wrong:
https://github.com/paritytech/polkadot-sdk/pull/2184#discussion_r1403587674

.

---------

Co-authored-by: default avatarTsvetomir Dimitrov <[email protected]>
parent 1dd1a160
Pipeline #430882 passed with stages
in 51 minutes and 23 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment