Skip to content

Commit 62d1ae2

Browse files
committed
bump up test timeout, pin to specific version
1 parent a69d4cc commit 62d1ae2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/mocharc.node.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
const config = {
2626
require: 'ts-node/register',
27-
timeout: 5000,
27+
timeout: 10000,
2828
retries: 5,
2929
exit: true
3030
};

packages/auth/test/integration/webdriver/redirect.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -382,6 +382,6 @@ browserDescribe('WebDriver redirect IdP test', driver => {
382382
user = await driver.getUserSnapshot();
383383
expect(user.uid).to.eq(user1.uid);
384384
expect(user.email).to.eq(user1.email);
385-
});
385+
}).timeout(12_000);
386386
});
387387
});

0 commit comments

Comments
 (0)