* Increased Timeout for DetectObjects Unit Test
git-svn-id: http://libopenmetaverse.googlecode.com/svn/libopenmetaverse/trunk@2548 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
@@ -81,7 +81,7 @@ namespace OpenMetaverse.Tests
|
||||
int start = Environment.TickCount;
|
||||
while (!DetectedObject)
|
||||
{
|
||||
if (Environment.TickCount - start > 10000)
|
||||
if (Environment.TickCount - start > 20000)
|
||||
{
|
||||
Assert.Fail("Timeout waiting for an ObjectUpdate packet");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user