Skip to content

Commit

Permalink
TINY-11177: Extend idle LambdaTest timeout to 5 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSpyder committed Jan 17, 2025
1 parent 5cf4b07 commit 7911a13
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/server/src/main/ts/bedrock/auto/RemoteDriver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ const addDriverSpecificOpts = (opts: WebdriverIO.RemoteOptions, settings: Driver
'LT:Options': {
username: settings.username,
accesskey: settings.accesskey,
idleTimeout: '360',
tunnel: true,
console: true,
w3c: true,
Expand Down Expand Up @@ -141,4 +142,4 @@ export const getOpts = (browserName: string, settings: DriverSettings): Webdrive
const withDriverOpts = addBrowserSpecificOpts(withBrowserOpts, browserName);

return withDriverOpts;
};
};

0 comments on commit 7911a13

Please sign in to comment.