Skip to content

Commit 227ed40

Browse files
committed
Increase sleep
1 parent 8c19bfe commit 227ed40

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 2 # Wait for the search to debounce and results to be displayed
58+
sleep 5 # 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)