Skip to content

Commit 4bec58a

Browse files
Increase timeout to see if we flake
1 parent 8b7c56c commit 4bec58a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/features/user_adds_template_to_project.spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ describe('User adds a template to a project', function() {
4040
var deploymentsPage = new DeploymentsPage(project);
4141
deploymentsPage.visit();
4242
var tableRows = element(by.repeater('replicationController in replicationControllersForDC'));
43-
h.waitForElem(tableRows);
43+
h.waitForElem(tableRows, 20 * 1000); // 20 seconds? see if it flakes?
4444
// TODO:
4545
// this template has 7 objects that should be verified:
4646
// - Service (load balancer)

0 commit comments

Comments
 (0)