From e8369864212d5ecc24aa4ba365538488f96419bc Mon Sep 17 00:00:00 2001 From: Peter Snyder Date: Sun, 29 Oct 2017 00:02:21 -0500 Subject: [PATCH] bump timeout for import / export tests --- test/functional/import-export.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/functional/import-export.js b/test/functional/import-export.js index 965cbdb..0d2e5f2 100644 --- a/test/functional/import-export.js +++ b/test/functional/import-export.js @@ -19,7 +19,7 @@ const promiseOpenImportExportTab = function (driver) { describe("Import / Export", function () { - this.timeout = () => 5000; + this.timeout = () => 10000; describe("Exporting", function () {