Skip to content

Commit fcd6a06

Browse files
author
Emile Joubert
committed
Increase timeout for TestExchangeDeclare
1 parent c92cf59 commit fcd6a06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/client/Unit/src/unit/TestApiGen.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ [TearDown] public void Disconnect()
7272
Connection.Abort();
7373
}
7474

75-
[Test, Timeout(1000)]
75+
[Test, Timeout(5000)]
7676
public void TestExchangeDeclare()
7777
{
7878
Channel.ExchangeDeclare(exchangeName, "direct",

0 commit comments

Comments
 (0)