diff options
author | Enrique Alcantara <ealcantara@gitlab.com> | 2019-04-11 08:52:40 -0400 |
---|---|---|
committer | Enrique Alcantara <ealcantara@gitlab.com> | 2019-04-11 08:58:33 -0400 |
commit | 4722b852e3cb1b2018aec8e06cc9994406e7a57c (patch) | |
tree | e898c79bd4538db907cea3c4e6cce78195cf1c56 /spec/frontend/clusters | |
parent | ddab30ad3561c6834fd779458ce89084c8a95ca5 (diff) | |
download | gitlab-ce-4722b852e3cb1b2018aec8e06cc9994406e7a57c.tar.gz |
Increase clusters bundle specs timeout60398-increase-timeouts-clusters-bundle
Diffstat (limited to 'spec/frontend/clusters')
-rw-r--r-- | spec/frontend/clusters/clusters_bundle_spec.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/frontend/clusters/clusters_bundle_spec.js b/spec/frontend/clusters/clusters_bundle_spec.js index eea7bd87257..33a35069004 100644 --- a/spec/frontend/clusters/clusters_bundle_spec.js +++ b/spec/frontend/clusters/clusters_bundle_spec.js @@ -12,7 +12,7 @@ import { setTestTimeout } from 'helpers/timeout'; import $ from 'jquery'; describe('Clusters', () => { - setTestTimeout(500); + setTestTimeout(1000); let cluster; let mock; |