Skip to content

Commit

Permalink
Partial-Bug: #1539243 Increased timeouts for SM UI tests
Browse files Browse the repository at this point in the history
Change-Id: I1186e7016f5d06648acc0a2d7178c30a302dbdf9
  • Loading branch information
czanpure committed Feb 25, 2016
1 parent f4b16af commit 95773fb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion webroot/setting/sm/test/ui/views/ClusterListView.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ define([
pageConfig.hashParams = {
p: 'setting_sm_clusters'
};
pageConfig.loadTimeout = cotc.PAGE_LOAD_TIMEOUT * 3;
pageConfig.loadTimeout = cotc.PAGE_LOAD_TIMEOUT * 5;

var getTestConfig = function () {
return {
Expand Down
2 changes: 1 addition & 1 deletion webroot/setting/sm/test/ui/views/ClusterTabView.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ define([
cluster_id : "r22_cluster"
}
};
pageConfig.loadTimeout = cotc.PAGE_LOAD_TIMEOUT * 2;
pageConfig.loadTimeout = cotc.PAGE_LOAD_TIMEOUT * 5;

var getTestConfig = function () {
return {
Expand Down
2 changes: 1 addition & 1 deletion webroot/setting/sm/test/ui/views/ImageListView.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ define([
pageConfig.hashParams = {
p: 'setting_sm_images'
};
pageConfig.loadTimeout = cotc.PAGE_LOAD_TIMEOUT;
pageConfig.loadTimeout = cotc.PAGE_LOAD_TIMEOUT * 5;

var getTestConfig = function () {
return {
Expand Down
2 changes: 1 addition & 1 deletion webroot/setting/sm/test/ui/views/PackageListView.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ define([
pageConfig.hashParams = {
p: 'setting_sm_packages'
};
pageConfig.loadTimeout = cotc.PAGE_LOAD_TIMEOUT;
pageConfig.loadTimeout = cotc.PAGE_LOAD_TIMEOUT * 5;

var getTestConfig = function () {
return {
Expand Down

0 comments on commit 95773fb

Please sign in to comment.