@@ -6,6 +6,7 @@ const { Builder, By, Key, until } = require('selenium-webdriver')
66const assert = require('assert')
77
88describe('login', function() {
9+ this .timeout (30000 )
910 let driver
1011 let vars
1112 beforeEach (async function () {
@@ -41,6 +42,7 @@ const { Builder, By, Key, until } = require('selenium-webdriver')
4142const assert = require('assert')
4243
4344describe('control flow', function() {
45+ this .timeout (30000 )
4446 let driver
4547 let vars
4648 beforeEach (async function () {
@@ -115,6 +117,7 @@ const { Builder, By, Key, until } = require('selenium-webdriver')
115117const assert = require('assert')
116118
117119describe('login', function() {
120+ this .timeout (30000 )
118121 let driver
119122 let vars
120123 beforeEach (async function () {
@@ -151,6 +154,7 @@ const { Builder, By, Key, until } = require('selenium-webdriver')
151154const assert = require('assert')
152155
153156describe('Default Suite', function() {
157+ this .timeout (30000 )
154158 let driver
155159 let vars
156160 beforeEach (async function () {
@@ -190,6 +194,7 @@ const { Builder, By, Key, until } = require('selenium-webdriver')
190194const assert = require('assert')
191195
192196describe('Default Suite', function() {
197+ this .timeout (30000 )
193198 let driver
194199 let vars
195200 beforeEach (async function () {
@@ -237,6 +242,7 @@ const { Builder, By, Key, until } = require('selenium-webdriver')
237242const assert = require('assert')
238243
239244describe('login', function() {
245+ this .timeout (30000 )
240246 let driver
241247 let vars
242248 beforeEach (async function () {
@@ -264,6 +270,7 @@ const { Builder, By, Key, until } = require('selenium-webdriver')
264270const assert = require('assert')
265271
266272describe('valid credentials', function() {
273+ this .timeout (30000 )
267274 let driver
268275 let vars
269276 beforeEach (async function () {
@@ -295,6 +302,7 @@ const { Builder, By, Key, until } = require('selenium-webdriver')
295302const assert = require('assert')
296303
297304describe('select window', function() {
305+ this .timeout (30000 )
298306 let driver
299307 let vars
300308 beforeEach (async function () {
0 commit comments