Merge pull request #986 from mohsen1/develop_2.0
Increase timeout for server launch in TravisCI
This commit is contained in:
@@ -32,7 +32,7 @@ module.exports.start = function (specsLocation, done) {
|
|||||||
setTimeout(function(){
|
setTimeout(function(){
|
||||||
driver.get(url);
|
driver.get(url);
|
||||||
done();
|
done();
|
||||||
}, 3000);
|
}, process.env.TRAVIS ? 6000 : 3000);
|
||||||
};
|
};
|
||||||
|
|
||||||
module.exports.close = function(){
|
module.exports.close = function(){
|
||||||
|
|||||||
Reference in New Issue
Block a user