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 289e80c commit 744bd82Copy full SHA for 744bd82
test/MsgPack.UnitTest/ByteArrayPackerTest.cs
@@ -1,4 +1,4 @@
1
-#region -- License Terms --
+#region -- License Terms --
2
//
3
// MessagePack for CLI
4
@@ -34,7 +34,7 @@
34
namespace MsgPack
35
{
36
[TestFixture]
37
- [Timeout( 500 )]
+ [Timeout( 1000 )]
38
public partial class ByteArrayPackerTest : PackerTest
39
40
protected override Packer CreatePacker( MemoryStream stream )
test/MsgPack.UnitTest/StreamPackerTest.cs
@@ -36,7 +36,7 @@
public partial class StreamPackerTest : PackerTest
41
42
0 commit comments