Improved check/execution timings.

This commit is contained in:
Martin Edenhofer 2013-06-25 13:24:56 +02:00
parent e0f6aa6820
commit 55d0672e9a

View file

@ -61,7 +61,7 @@ class ChatTest < TestCase
},
{
:execute => 'wait',
:value => 1,
:value => 2,
},
{
:where => :instance1,
@ -77,7 +77,7 @@ class ChatTest < TestCase
},
{
:execute => 'wait',
:value => 5,
:value => 6,
},
{
:where => :instance1,
@ -109,7 +109,7 @@ class ChatTest < TestCase
},
{
:execute => 'wait',
:value => 1,
:value => 8,
},
{
:where => :instance1,
@ -118,10 +118,6 @@ class ChatTest < TestCase
:value => message,
:match_result => true,
},
{
:execute => 'wait',
:value => 8,
},
],
},
]