Skip to content

Commit 8c19bfe

Browse files
committed
Try making search faster
I think it wasn't search speed that was the issue here before... more the bad data to search
1 parent 140799d commit 8c19bfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/pages/pipeline_history_page.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def all_pipeline_history_counters
5555

5656
def search_given_pipeline(search_string)
5757
filter_history.set(search_string, rapid: false)
58-
sleep 7 # Wait for the search to debounce and results to be displayed
58+
sleep 2 # Wait for the search to debounce and results to be displayed
5959
end
6060

6161
def click_on_pagenumber(page_number)

0 commit comments

Comments
 (0)