Skip to content

Commit 54eb7d6

Browse files
committed
Really just trying to work around an incredibly annoying bug that only seems to crop up once in a while.
1 parent 1f7906a commit 54eb7d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/view_helper_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ class ViewHelperTest < ActionDispatch::IntegrationTest
6868

6969
# Sometimes Turbolinks isn't available right away. We need to wait for a brief moment
7070
# for phantomJS to finish loading javascript.
71-
sleep(0.1)
71+
sleep(1)
7272

7373
page.execute_script('Turbolinks.visit("/pages/1");')
7474
assert page.has_content?('Hello Bob')

0 commit comments

Comments
 (0)