mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-06-18 20:48:15 +08:00
This commit is contained in:
@ -22,7 +22,7 @@ namespace Ocelot.UnitTests.Infrastructure
|
||||
called = true;
|
||||
});
|
||||
_bus.Publish(new object(), 1);
|
||||
await Task.Delay(10);
|
||||
await Task.Delay(100);
|
||||
called.ShouldBeTrue();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user