Skip to content

Commit 94901bd

Browse files
author
ladeak
committed
Use separate port for parallel tests
1 parent 6738f46 commit 94901bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/CHttpServer.Tests/Http3/Http3StreamTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ namespace CHttpServer.Tests.Http3;
77

88
public class Http3StreamTests
99
{
10-
private const int Port = 6001;
10+
private const int Port = 6010;
1111
private static readonly TimeSpan DefaultTimeout = TimeSpan.FromSeconds(10);
1212

1313
[Fact]

0 commit comments

Comments
 (0)