bump timeout for import / export tests
This commit is contained in:
parent
7bd238ea93
commit
e836986421
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ const promiseOpenImportExportTab = function (driver) {
|
|||
|
||||
describe("Import / Export", function () {
|
||||
|
||||
this.timeout = () => 5000;
|
||||
this.timeout = () => 10000;
|
||||
|
||||
describe("Exporting", function () {
|
||||
|
||||
|
|
Loading…
Reference in a new issue