Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2009-06-28 11:15:41 +0400
committerGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2009-06-28 11:15:41 +0400
commitd53f4239264797ebe48cbc4013059034ed8d9a75 (patch)
treed84e6b1ed4ec5b38c62bdb5b9c4e39f41f60988d /mcs/class/System/Test
parent08a92a49ebcabeacfa6d012e44ef811ddd0023a9 (diff)
fix timing issue
svn path=/trunk/mcs/; revision=137045
Diffstat (limited to 'mcs/class/System/Test')
-rw-r--r--mcs/class/System/Test/System.Net/HttpWebRequestTest.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/mcs/class/System/Test/System.Net/HttpWebRequestTest.cs b/mcs/class/System/Test/System.Net/HttpWebRequestTest.cs
index 606d3a097b8..07601433240 100644
--- a/mcs/class/System/Test/System.Net/HttpWebRequestTest.cs
+++ b/mcs/class/System/Test/System.Net/HttpWebRequestTest.cs
@@ -1904,6 +1904,7 @@ namespace MonoTests.System.Net
(c) =>
{
aborted.Set();
+ Thread.Sleep (100);
c.Response.StatusCode = 200;
c.Response.ContentLength64 = 0;
c.Response.Close();