We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f66d3a commit 3ecb26eCopy full SHA for 3ecb26e
packages/passport/sdk/src/config/config.ts
@@ -40,7 +40,7 @@ export class PassportConfiguration {
40
41
readonly magicTeeBasePath: string = 'https://tee.express.magiclabs.com';
42
43
- readonly magicTeeTimeout: number = 6000;
+ readonly magicTeeTimeout: number = 10000;
44
45
readonly oidcConfiguration: OidcConfiguration;
46
0 commit comments