Module ibc_test_framework::util::suspend
source · [−]Expand description
Utilities for suspending the test.
Functions
Suspends the test using suspend if hang_on_fail is true and if
the continuation returns Err.
Call this function in the middle of a test code of interest, so that we can suspend the test and still interact with the spawned Gaia chains and chain supervisor for debugging.