Commit 6b78e445 authored by Dan Davison's avatar Dan Davison

Merge branch '241312-wait-longer-for-mirror-update' into 'master'

Wait longer for mirror update

See merge request gitlab-org/gitlab!45728
parents 71fd3627 cc0389fd
......@@ -98,7 +98,7 @@ module QA
sleep 5
refresh
wait_until(sleep_interval: 1) do
wait_until(max_duration: 180, sleep_interval: 1) do
within_element_by_index(:mirrored_repository_row, row_index) do
last_update = find_element(:mirror_last_update_at_cell, wait: 0)
last_update.has_text?('just now') || last_update.has_text?('seconds')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment