diff options
author | Damian Minkov <damencho@jitsi.org> | 2006-09-15 12:30:53 +0000 |
---|---|---|
committer | Damian Minkov <damencho@jitsi.org> | 2006-09-15 12:30:53 +0000 |
commit | 407b2cf1720bda61c8c8af53b0881e25d2f18785 (patch) | |
tree | 457b70f6c645d7c36fd412439b08f2edfc8b2eea /test | |
parent | a32a1e229e49550c3183092ce85a4349851d9de0 (diff) | |
download | jitsi-407b2cf1720bda61c8c8af53b0881e25d2f18785.zip jitsi-407b2cf1720bda61c8c8af53b0881e25d2f18785.tar.gz jitsi-407b2cf1720bda61c8c8af53b0881e25d2f18785.tar.bz2 |
Give more time to the server. it fails from time to time
Diffstat (limited to 'test')
-rw-r--r-- | test/net/java/sip/communicator/slick/protocol/icq/TestOperationSetServerStoredInfo.java | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/test/net/java/sip/communicator/slick/protocol/icq/TestOperationSetServerStoredInfo.java b/test/net/java/sip/communicator/slick/protocol/icq/TestOperationSetServerStoredInfo.java index 9a5c875..b7aca7c 100644 --- a/test/net/java/sip/communicator/slick/protocol/icq/TestOperationSetServerStoredInfo.java +++ b/test/net/java/sip/communicator/slick/protocol/icq/TestOperationSetServerStoredInfo.java @@ -348,7 +348,7 @@ public class TestOperationSetServerStoredInfo synchronized (lock) { try{ - lock.wait(3000);} + lock.wait(4000);} catch (InterruptedException ex) {} } @@ -373,7 +373,7 @@ public class TestOperationSetServerStoredInfo synchronized (lock) { try{ - lock.wait(3000);} + lock.wait(4000);} catch (InterruptedException ex) {} } @@ -398,7 +398,7 @@ public class TestOperationSetServerStoredInfo synchronized (lock) { try{ - lock.wait(3000);} + lock.wait(4000);} catch (InterruptedException ex) {} } @@ -421,7 +421,7 @@ public class TestOperationSetServerStoredInfo synchronized (lock) { try{ - lock.wait(3000);} + lock.wait(4000);} catch (InterruptedException ex) {} } @@ -440,7 +440,7 @@ public class TestOperationSetServerStoredInfo synchronized (lock) { try{ - lock.wait(3000); + lock.wait(4000); } catch (InterruptedException ex) {} @@ -452,7 +452,7 @@ public class TestOperationSetServerStoredInfo { try { - lock.wait(4000); + lock.wait(5000); } catch (InterruptedException ex) {} |