From f30f61f7bb591132a8fb37211c27a2d86ff397c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Ros?= Date: Tue, 12 Apr 2016 10:44:26 -0700 Subject: [PATCH] Fixing functional test random failure (#4452) --- .../HtmlGenerationTest.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Microsoft.AspNetCore.Mvc.FunctionalTests/HtmlGenerationTest.cs b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/HtmlGenerationTest.cs index 0bc7b6e328..6b3a17f940 100644 --- a/test/Microsoft.AspNetCore.Mvc.FunctionalTests/HtmlGenerationTest.cs +++ b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/HtmlGenerationTest.cs @@ -339,7 +339,7 @@ namespace Microsoft.AspNetCore.Mvc.FunctionalTests Assert.Equal(expected1, response1.Trim()); // Act - 2 - await Task.Delay(TimeSpan.FromSeconds(1)); + await Task.Delay(TimeSpan.FromSeconds(2)); var response2 = await Client.GetStringAsync("/catalog/3"); // Assert - 2