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 e1d4403 commit 62c583aCopy full SHA for 62c583a
lib/PuppeteerSharp.Tests/PuppeteerSharp.Tests.csproj
@@ -27,4 +27,9 @@
27
<ProjectReference Include="..\PuppeteerSharp.TestServer\PuppeteerSharp.TestServer.csproj" />
28
<ProjectReference Include="..\PuppeteerSharp\PuppeteerSharp.csproj" />
29
</ItemGroup>
30
+ <ItemGroup>
31
+ <None Update="test.runsettings">
32
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
33
+ </None>
34
+ </ItemGroup>
35
</Project>
lib/PuppeteerSharp.Tests/test.runsettings
@@ -0,0 +1,7 @@
1
+<?xml version="1.0" encoding="UTF-8" ?>
2
+<RunSettings>
3
+ <!-- Configurations that affect the Test Framework -->
4
+ <RunConfiguration>
5
+ <TestSessionTimeout>480000</TestSessionTimeout>
6
+ </RunConfiguration>
7
+</RunSettings>
0 commit comments