bump timeout for import / export tests

This commit is contained in:
Peter Snyder 2017-10-29 00:02:21 -05:00
parent 7bd238ea93
commit e836986421

View file

@ -19,7 +19,7 @@ const promiseOpenImportExportTab = function (driver) {
describe("Import / Export", function () {
this.timeout = () => 5000;
this.timeout = () => 10000;
describe("Exporting", function () {