We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce86b56 commit 9e6d979Copy full SHA for 9e6d979
ArasSync/Commands/RunAmlCommand.cs
@@ -44,7 +44,7 @@ public override int Run(string[] remainingArguments)
44
arasDb.Url, arasDb.DbName,
45
loginInfo.Username, loginInfo.Password);
46
47
- connection.Timeout = 15000;
+ connection.Timeout = 2 * 60 * 1000;
48
connection.Compression = CompressionType.deflate;
49
50
var loginItem = connection.Login();
0 commit comments