diff --git a/frontend_tests/casper_tests/00-realm-creation.js b/frontend_tests/casper_tests/00-realm-creation.js index f7d013ba84..67417926ae 100644 --- a/frontend_tests/casper_tests/00-realm-creation.js +++ b/frontend_tests/casper_tests/00-realm-creation.js @@ -70,7 +70,7 @@ casper.then(function () { // The user is logged in to the newly created realm and the app is loaded casper.waitUntilVisible('#zfilt', function () { this.test.assertTitleMatch(/ - Zulip$/, "Successfully logged into Zulip webapp"); - }); + }, null, 20000); }); common.then_log_out();