Added time to wait for longpolling fallaback.

This commit is contained in:
Martin Edenhofer 2013-02-27 01:11:00 +01:00
parent a6874b348c
commit 43718255e9
2 changed files with 2 additions and 2 deletions

View file

@ -55,7 +55,7 @@ class AaaGettingStartedTest < TestCase
}, },
{ {
:execute => 'wait', :execute => 'wait',
:value => 5, :value => 4,
}, },
{ {
:execute => 'check', :execute => 'check',

View file

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