Extend timeout in browser tests
This commit is contained in:
@@ -24,6 +24,8 @@ var options = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
describe('electron-mattermost', function() {
|
describe('electron-mattermost', function() {
|
||||||
|
this.timeout(10000);
|
||||||
|
|
||||||
before(function(done) {
|
before(function(done) {
|
||||||
fs.unlink(config_file_path, function(err) {
|
fs.unlink(config_file_path, function(err) {
|
||||||
// waiting for chromedriver
|
// waiting for chromedriver
|
||||||
@@ -125,7 +127,6 @@ describe('electron-mattermost', function() {
|
|||||||
});
|
});
|
||||||
|
|
||||||
it('should show only the selected team', function(done) {
|
it('should show only the selected team', function(done) {
|
||||||
this.timeout(5000);
|
|
||||||
var checkVisility = function(visibleIndex) {
|
var checkVisility = function(visibleIndex) {
|
||||||
return function(isVisible) {
|
return function(isVisible) {
|
||||||
isVisible.forEach(function(v, index) {
|
isVisible.forEach(function(v, index) {
|
||||||
|
Reference in New Issue
Block a user