Commit 389ff754 authored by Mark Lapierre's avatar Mark Lapierre

Wait longer for push events

Sometimes Staging is slow, taking longer than 10 seconds to
return push events via the API.
parent 36050ce1
......@@ -3,7 +3,7 @@
module QA
module Resource
module Events
MAX_WAIT = 10
MAX_WAIT = 60
RAISE_ON_FAILURE = true
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