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.
2 parents 734af2d + fcd6a06 commit 308c195Copy full SHA for 308c195
projects/client/Unit/src/unit/TestApiGen.cs
@@ -72,7 +72,7 @@ [TearDown] public void Disconnect()
72
Connection.Abort();
73
}
74
75
- [Test, Timeout(1000)]
+ [Test, Timeout(5000)]
76
public void TestExchangeDeclare()
77
{
78
Channel.ExchangeDeclare(exchangeName, "direct",
0 commit comments