diff --git a/dotnet/src/Microsoft.AutoGen/Agents/IHandle.cs b/dotnet/src/Microsoft.AutoGen/Agents/IHandle.cs
index 17d7d4593..3e9f313ae 100644
--- a/dotnet/src/Microsoft.AutoGen/Agents/IHandle.cs
+++ b/dotnet/src/Microsoft.AutoGen/Agents/IHandle.cs
@@ -1,9 +1,5 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// IHandle.cs
-
-// Copyright (c) Microsoft Corporation. All rights reserved.
-// IHandle.cs
-
namespace Microsoft.AutoGen.Agents;
public interface IHandle
{
diff --git a/dotnet/src/Microsoft.AutoGen/Agents/Microsoft.AutoGen.Agents.csproj b/dotnet/src/Microsoft.AutoGen/Agents/Microsoft.AutoGen.Agents.csproj
index e751a2b0e..6bbb238bb 100644
--- a/dotnet/src/Microsoft.AutoGen/Agents/Microsoft.AutoGen.Agents.csproj
+++ b/dotnet/src/Microsoft.AutoGen/Agents/Microsoft.AutoGen.Agents.csproj
@@ -18,28 +18,5 @@
-
- runtime; build; native; contentfiles; analyzers; buildtransitive
- all
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- true
- true
-
-
diff --git a/dotnet/test/Microsoft.AutoGen.Integration.Tests/HelloAppHostIntegrationTests.cs b/dotnet/test/Microsoft.AutoGen.Integration.Tests/HelloAppHostIntegrationTests.cs
index a29041f2d..18b35bd70 100644
--- a/dotnet/test/Microsoft.AutoGen.Integration.Tests/HelloAppHostIntegrationTests.cs
+++ b/dotnet/test/Microsoft.AutoGen.Integration.Tests/HelloAppHostIntegrationTests.cs
@@ -42,8 +42,8 @@ public class HelloAppHostIntegrationTests(ITestOutputHelper testOutput)
await app.WaitForResource(ResourceName, TargetState).WaitAsync(timeout);
}
}
- //sleep 5 seconds to make sure the app is running
- await Task.Delay(15000);
+ //sleep to make sure the app is running
+ await Task.Delay(20000);
app.EnsureNoErrorsLogged();
app.EnsureLogContains("HelloAgents said Goodbye");
app.EnsureLogContains("Wild Hello from Python!");