Skip to content

Commit 62c583a

Browse files
authored
Tests timeout (#143)
Set to 8 minutes
1 parent e1d4403 commit 62c583a

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

lib/PuppeteerSharp.Tests/PuppeteerSharp.Tests.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,9 @@
2727
<ProjectReference Include="..\PuppeteerSharp.TestServer\PuppeteerSharp.TestServer.csproj" />
2828
<ProjectReference Include="..\PuppeteerSharp\PuppeteerSharp.csproj" />
2929
</ItemGroup>
30+
<ItemGroup>
31+
<None Update="test.runsettings">
32+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
33+
</None>
34+
</ItemGroup>
3035
</Project>
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)