Skip to content

Commit

Permalink
test(github): adjusted timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-molak committed Aug 19, 2021
1 parent 5ffd76e commit f569bd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/webdriverio/chrome-authenticator-extension.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import { TestApp } from '../TestApp';

describe('Authenticator Browser Extension, when used with WebDriver.io,', function () {

this.timeout(5000);
this.timeout(30_000);

class Actors implements Cast {
prepare(actor: Actor): Actor {
Expand Down

0 comments on commit f569bd0

Please sign in to comment.