]> git.openstreetmap.org Git - rails.git/commitdiff
Increase delay to improve test reliability
authorTom Hughes <tom@compton.nu>
Fri, 9 Dec 2022 15:07:12 +0000 (15:07 +0000)
committerTom Hughes <tom@compton.nu>
Fri, 9 Dec 2022 15:43:23 +0000 (15:43 +0000)
test/system/site_test.rb

index 65167989ac24d8ab17dd182401406970efd8c28d..0fa524675ce3cc68200d18de43a2e9e472be3926 100644 (file)
@@ -73,7 +73,7 @@ class SiteTest < ApplicationSystemTestCase
       visit "#map=10/0/0"
       assert_no_selector ".tooltip"
       find(selector).hover
-      sleep(0.2)
+      sleep(0.5)
       assert_selector ".tooltip", :text => "Zoom in"
     end
   end