We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 361879d commit 77da3c5Copy full SHA for 77da3c5
test/scl/simulation/test_channel.cc
@@ -115,6 +115,8 @@ TEST_CASE("SimulatedChannel recv timeout") {
115
tp->send(100ms, id.flip(), pkt);
116
ctx.getContext(1).addEvent<BeginEvent>(100ms, "");
117
118
+ ctx.getContext(0).addEvent<BeginEvent>(0ms, "");
119
+
120
// should not time out, receiving time should be ~100ms
121
auto opt_rpkt = srt.run(channel->recv(200ms));
122
0 commit comments