Skip to content

Commit b7c6f35

Browse files
committed
Allow Miri a bit longer to respond
1 parent a902137 commit b7c6f35

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/spec/features/tools_spec.rb

+2-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ def code_with_lint_warnings
4444
in_tools_menu { click_on("Miri") }
4545

4646
within(".output-stderr") do
47-
expect(page).to have_content %r{pointer must be in-bounds at offset 1, but is outside bounds of alloc\d+ which has size 0}
47+
expect(page).to have_content %r{pointer must be in-bounds at offset 1, but is outside bounds of alloc\d+ which has size 0}, wait: 10
48+
4849
end
4950
end
5051

0 commit comments

Comments
 (0)