Commit bfa3e62d authored by Walmyr Lima e Silva Filho's avatar Walmyr Lima e Silva Filho

Merge branch 'ml-wait-longer-for-push-events' into 'master'

Wait longer for push events

Closes #198479 and #197393

See merge request gitlab-org/gitlab!24238
parents e01f24f8 389ff754
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
module QA module QA
module Resource module Resource
module Events module Events
MAX_WAIT = 10 MAX_WAIT = 60
RAISE_ON_FAILURE = true RAISE_ON_FAILURE = true
EventNotFoundError = Class.new(RuntimeError) EventNotFoundError = Class.new(RuntimeError)
......
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