From f524f539da60a38aae3f391cb193995aef81a2e3 Mon Sep 17 00:00:00 2001 From: David Jay Date: Tue, 14 Feb 2017 15:53:40 -0500 Subject: [PATCH] Increasing logout time. --- test/e2e/pages/embedStreamPage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/pages/embedStreamPage.js b/test/e2e/pages/embedStreamPage.js index 28a9929ea..d99a60dcb 100644 --- a/test/e2e/pages/embedStreamPage.js +++ b/test/e2e/pages/embedStreamPage.js @@ -45,7 +45,7 @@ const embedStreamCommands = { return this .waitForElementVisible('@logoutButton') .click('@logoutButton') - .waitForElementVisible('@signInButton', 2000); + .waitForElementVisible('@signInButton', 5000); }, postComment(comment = 'Test Comment') { return this