Improved wait times.

This commit is contained in:
Martin Edenhofer 2013-02-28 02:01:39 +01:00
parent 6d86cc649a
commit fece93591d
4 changed files with 13 additions and 13 deletions

View file

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

View file

@ -45,7 +45,7 @@ class CustomerTicketCreateTest < TestCase
}, },
{ {
:execute => 'wait', :execute => 'wait',
:value => 5, :value => 3,
}, },
{ {
:execute => 'check', :execute => 'check',
@ -84,7 +84,7 @@ class CustomerTicketCreateTest < TestCase
}, },
{ {
:execute => 'wait', :execute => 'wait',
:value => 5, :value => 4,
}, },
{ {
:execute => 'match', :execute => 'match',

View file

@ -47,7 +47,7 @@ class PreferencesTest < TestCase
}, },
{ {
:execute => 'wait', :execute => 'wait',
:value => 5, :value => 4,
}, },
{ {
:execute => 'check', :execute => 'check',
@ -71,7 +71,7 @@ class PreferencesTest < TestCase
}, },
{ {
:execute => 'wait', :execute => 'wait',
:value => 5, :value => 4,
}, },
{ {
:execute => 'match', :execute => 'match',

View file

@ -21,7 +21,7 @@ class SettingTest < TestCase
}, },
{ {
:execute => 'wait', :execute => 'wait',
:value => 2, :value => 1,
}, },
{ {
:execute => 'check', :execute => 'check',
@ -41,7 +41,7 @@ class SettingTest < TestCase
}, },
{ {
:execute => 'wait', :execute => 'wait',
:value => 2, :value => 1,
}, },
{ {
:execute => 'match', :execute => 'match',
@ -57,7 +57,7 @@ class SettingTest < TestCase
}, },
{ {
:execute => 'wait', :execute => 'wait',
:value => 2, :value => 1,
}, },
# set no # set no
@ -72,7 +72,7 @@ class SettingTest < TestCase
}, },
{ {
:execute => 'wait', :execute => 'wait',
:value => 2, :value => 1,
}, },
{ {
:execute => 'match', :execute => 'match',
@ -104,7 +104,7 @@ class SettingTest < TestCase
}, },
{ {
:execute => 'wait', :execute => 'wait',
:value => 2, :value => 1,
}, },
{ {
:execute => 'match', :execute => 'match',
@ -136,7 +136,7 @@ class SettingTest < TestCase
}, },
{ {
:execute => 'wait', :execute => 'wait',
:value => 2, :value => 1,
}, },
{ {
:execute => 'match', :execute => 'match',