Fix flaky spring integration test (#12185)
This commit is contained in:
parent
67ba0a3fe6
commit
61326c69eb
|
@ -130,7 +130,7 @@ public abstract class AbstractComplexPropagationTest {
|
||||||
Payload payload = externalQueue().take();
|
Payload payload = externalQueue().take();
|
||||||
receiveChannel().send(payload.toMessage());
|
receiveChannel().send(payload.toMessage());
|
||||||
} catch (InterruptedException e) {
|
} catch (InterruptedException e) {
|
||||||
throw new IllegalStateException(e);
|
Thread.currentThread().interrupt();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue