diff --git a/src/ElectronNET.IntegrationTests/Tests/WebContentsTests.cs b/src/ElectronNET.IntegrationTests/Tests/WebContentsTests.cs index 62920d3..f2a13ec 100644 --- a/src/ElectronNET.IntegrationTests/Tests/WebContentsTests.cs +++ b/src/ElectronNET.IntegrationTests/Tests/WebContentsTests.cs @@ -12,7 +12,7 @@ namespace ElectronNET.IntegrationTests.Tests this.fx = fx; } - [Fact(Timeout = 5000)] + [Fact(Timeout = 15000)] public async Task Can_get_url_after_navigation() { var wc = this.fx.MainWindow.WebContents; @@ -21,7 +21,7 @@ namespace ElectronNET.IntegrationTests.Tests url.Should().Contain("example.com"); } - [Fact(Timeout = 5000)] + [Fact(Timeout = 15000)] public async Task ExecuteJavaScript_returns_title() { var wc = this.fx.MainWindow.WebContents; @@ -30,7 +30,7 @@ namespace ElectronNET.IntegrationTests.Tests title.Should().NotBeNull(); } - [Fact(Timeout = 5000)] + [Fact(Timeout = 15000)] public async Task DomReady_event_fires() { var wc = this.fx.MainWindow.WebContents; @@ -41,7 +41,7 @@ namespace ElectronNET.IntegrationTests.Tests fired.Should().BeTrue(); } - [Fact(Timeout = 5000)] + [Fact(Timeout = 15000)] public async Task Can_print_to_pdf() { var html = "data:text/html,
Electron.NET
"; @@ -63,7 +63,7 @@ namespace ElectronNET.IntegrationTests.Tests } } - [Fact(Timeout = 5000)] + [Fact(Timeout = 15000)] public async Task Can_basic_print() { var html = "data:text/html,