diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-02-03 12:09:07 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-02-03 12:09:07 +0000 |
commit | c089cf73c2f1835dc68fd6107d6cbd10fc17f365 (patch) | |
tree | b91f11ed13f00c84ee69e03150d00426279911ef /qa | |
parent | f14507e586a7f75f0fb71a1d8468b7361be860d4 (diff) | |
download | gitlab-ce-c089cf73c2f1835dc68fd6107d6cbd10fc17f365.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'qa')
-rw-r--r-- | qa/qa/resource/events/base.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/qa/resource/events/base.rb b/qa/qa/resource/events/base.rb index f98a54a6f57..91ec0e59e37 100644 --- a/qa/qa/resource/events/base.rb +++ b/qa/qa/resource/events/base.rb @@ -3,7 +3,7 @@ module QA module Resource module Events - MAX_WAIT = 10 + MAX_WAIT = 60 RAISE_ON_FAILURE = true EventNotFoundError = Class.new(RuntimeError) |