Improved wait times.
This commit is contained in:
parent
6d86cc649a
commit
fece93591d
4 changed files with 13 additions and 13 deletions
|
@ -34,7 +34,7 @@ class ChatTest < TestCase
|
|||
},
|
||||
{
|
||||
:execute => 'wait',
|
||||
:value => 10,
|
||||
:value => 8,
|
||||
},
|
||||
{
|
||||
:where => :instance1,
|
||||
|
@ -43,7 +43,7 @@ class ChatTest < TestCase
|
|||
},
|
||||
{
|
||||
:execute => 'wait',
|
||||
:value => 6,
|
||||
:value => 4,
|
||||
},
|
||||
{
|
||||
:where => :instance1,
|
||||
|
@ -64,7 +64,7 @@ class ChatTest < TestCase
|
|||
},
|
||||
{
|
||||
:execute => 'wait',
|
||||
:value => 6,
|
||||
:value => 5,
|
||||
},
|
||||
{
|
||||
:where => :instance1,
|
||||
|
|
|
@ -45,7 +45,7 @@ class CustomerTicketCreateTest < TestCase
|
|||
},
|
||||
{
|
||||
:execute => 'wait',
|
||||
:value => 5,
|
||||
:value => 3,
|
||||
},
|
||||
{
|
||||
:execute => 'check',
|
||||
|
@ -84,7 +84,7 @@ class CustomerTicketCreateTest < TestCase
|
|||
},
|
||||
{
|
||||
:execute => 'wait',
|
||||
:value => 5,
|
||||
:value => 4,
|
||||
},
|
||||
{
|
||||
:execute => 'match',
|
||||
|
|
|
@ -47,7 +47,7 @@ class PreferencesTest < TestCase
|
|||
},
|
||||
{
|
||||
:execute => 'wait',
|
||||
:value => 5,
|
||||
:value => 4,
|
||||
},
|
||||
{
|
||||
:execute => 'check',
|
||||
|
@ -71,7 +71,7 @@ class PreferencesTest < TestCase
|
|||
},
|
||||
{
|
||||
:execute => 'wait',
|
||||
:value => 5,
|
||||
:value => 4,
|
||||
},
|
||||
{
|
||||
:execute => 'match',
|
||||
|
|
|
@ -21,7 +21,7 @@ class SettingTest < TestCase
|
|||
},
|
||||
{
|
||||
:execute => 'wait',
|
||||
:value => 2,
|
||||
:value => 1,
|
||||
},
|
||||
{
|
||||
:execute => 'check',
|
||||
|
@ -41,7 +41,7 @@ class SettingTest < TestCase
|
|||
},
|
||||
{
|
||||
:execute => 'wait',
|
||||
:value => 2,
|
||||
:value => 1,
|
||||
},
|
||||
{
|
||||
:execute => 'match',
|
||||
|
@ -57,7 +57,7 @@ class SettingTest < TestCase
|
|||
},
|
||||
{
|
||||
:execute => 'wait',
|
||||
:value => 2,
|
||||
:value => 1,
|
||||
},
|
||||
|
||||
# set no
|
||||
|
@ -72,7 +72,7 @@ class SettingTest < TestCase
|
|||
},
|
||||
{
|
||||
:execute => 'wait',
|
||||
:value => 2,
|
||||
:value => 1,
|
||||
},
|
||||
{
|
||||
:execute => 'match',
|
||||
|
@ -104,7 +104,7 @@ class SettingTest < TestCase
|
|||
},
|
||||
{
|
||||
:execute => 'wait',
|
||||
:value => 2,
|
||||
:value => 1,
|
||||
},
|
||||
{
|
||||
:execute => 'match',
|
||||
|
@ -136,7 +136,7 @@ class SettingTest < TestCase
|
|||
},
|
||||
{
|
||||
:execute => 'wait',
|
||||
:value => 2,
|
||||
:value => 1,
|
||||
},
|
||||
{
|
||||
:execute => 'match',
|
||||
|
|
Loading…
Reference in a new issue