Skip to content

Commit 2c60067

Browse files
committed
This assertion is flaking a lot, let's increase the wait time
1 parent ad09e9d commit 2c60067

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/system/page_weight_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class PageWeightTest < ApplicationSystemTestCase
2727
visit "/"
2828

2929
# Wait for the React app to finish bootstrapping before sampling resources.
30-
assert page.has_css?("nav.navbar"), wait: 15
30+
assert page.has_css?("nav.navbar"), wait: 30
3131

3232
resources = JSON.parse(page.evaluate_script(<<~JS))
3333
JSON.stringify(

0 commit comments

Comments
 (0)