You've already forked linux-packaging-mono
Imported Upstream version 5.4.0.199
Former-commit-id: f4d318e4b2f128fa9f4d31b37bb3839a3fc0dfb2
This commit is contained in:
parent
536cd135cc
commit
5924117973
@ -1258,7 +1258,7 @@ namespace MonoTests.System.Threading.Tasks
|
||||
{
|
||||
var t = Task.Delay (300);
|
||||
Assert.IsTrue (TaskStatus.WaitingForActivation == t.Status || TaskStatus.Running == t.Status, "#1");
|
||||
Assert.IsTrue (t.Wait (400), "#2");
|
||||
Assert.IsTrue (t.Wait (1200), "#2");
|
||||
}
|
||||
|
||||
[Test]
|
||||
|
Reference in New Issue
Block a user