#2600 increase wait time as start can be long for some machines
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
This commit is contained in:
parent
4f1dd352d6
commit
eed55854e5
|
@ -104,7 +104,7 @@ public class TestGetContent
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
Thread.currentThread().sleep( 100 );
|
Thread.currentThread().sleep( 1000 );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue