casper: Increase default timeout to avoid indeterministic CI failure.

Test fails at default timeout value indeterministically
because we have to wait for the server to start and the
above tests to pass, which takes more than the Default Timeout
of this test.
Hence, 4 x Default timeout value is kept.
This commit is contained in:
Aman Agrawal 2020-05-02 16:37:58 +05:30 committed by showell
parent 7cfbf660e6
commit beaa88a97b
1 changed files with 1 additions and 1 deletions

View File

@ -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();