Changed waiting times for longpolling.

This commit is contained in:
Martin Edenhofer 2013-02-27 01:23:12 +01:00
parent 43718255e9
commit be25bf43f4

View file

@ -34,7 +34,7 @@ class ChatTest < TestCase
}, },
{ {
:execute => 'wait', :execute => 'wait',
:value => 4, :value => 10,
}, },
{ {
:where => :instance1, :where => :instance1,
@ -43,7 +43,7 @@ class ChatTest < TestCase
}, },
{ {
:execute => 'wait', :execute => 'wait',
:value => 1, :value => 6,
}, },
{ {
:where => :instance1, :where => :instance1,
@ -64,7 +64,7 @@ class ChatTest < TestCase
}, },
{ {
:execute => 'wait', :execute => 'wait',
:value => 20, :value => 6,
}, },
{ {
:where => :instance1, :where => :instance1,