Skip to content

Commit

Permalink
increase TravisCI timeout to 10s
Browse files Browse the repository at this point in the history
  • Loading branch information
mohsen1 committed Mar 4, 2015
1 parent d40172c commit 2e96314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/servers.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ module.exports.start = function (specsLocation, done) {
setTimeout(function(){
driver.get(url);
done();
}, process.env.TRAVIS ? 6000 : 3000);
}, process.env.TRAVIS ? 10000 : 3000);
};

module.exports.close = function(){
Expand Down

0 comments on commit 2e96314

Please sign in to comment.