Просмотр исходного кода

Improved check/execution timings.

Martin Edenhofer 11 лет назад
Родитель
Сommit
55d0672e9a
1 измененных файлов с 3 добавлено и 7 удалено
  1. 3 7
      test/browser/chat_test.rb

+ 3 - 7
test/browser/chat_test.rb

@@ -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,
-          },
         ],
       },
     ]