mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-04 15:45:58 +01:00
Add more wait time to Relayed Candidates Establishing
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@7865 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
a81288c8ae
commit
922cddb4a8
1 changed files with 2 additions and 2 deletions
|
@ -333,9 +333,9 @@ public abstract class TransportNegotiator extends JingleNegotiator {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
for (int i = 0; i < 2; i++) {
|
for (int i = 0; i < 6; i++) {
|
||||||
try {
|
try {
|
||||||
Thread.sleep(1000);
|
Thread.sleep(500);
|
||||||
}
|
}
|
||||||
catch (InterruptedException e) {
|
catch (InterruptedException e) {
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
|
|
Loading…
Reference in a new issue