Added time to wait for longpolling fallaback.
This commit is contained in:
parent
a6874b348c
commit
43718255e9
2 changed files with 2 additions and 2 deletions
|
@ -55,7 +55,7 @@ class AaaGettingStartedTest < TestCase
|
|||
},
|
||||
{
|
||||
:execute => 'wait',
|
||||
:value => 5,
|
||||
:value => 4,
|
||||
},
|
||||
{
|
||||
:execute => 'check',
|
||||
|
|
|
@ -64,7 +64,7 @@ class ChatTest < TestCase
|
|||
},
|
||||
{
|
||||
:execute => 'wait',
|
||||
:value => 10,
|
||||
:value => 20,
|
||||
},
|
||||
{
|
||||
:where => :instance1,
|
||||
|
|
Loading…
Reference in a new issue