Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion apps/E2E/wdio.conf.win32.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ const appArgs =
const appDir = path.dirname(require.resolve('@office-iss/rex-win32/rex-win32.js'));

const defaultWaitForTimeout = 20000;
const defaultConnectionRetryTimeout = 60000;
/* Session creation has to cover the cold start of WinAppDriver (spawned by the appium windows driver)
plus the launch of the app, which can take well over a minute on CI machines. */
const defaultConnectionRetryTimeout = 180000;
const jasmineDefaultTimeout = 60000; // 60 seconds for Jasmine test timeout

exports.config = {
Expand All @@ -24,6 +26,8 @@ exports.config = {
'appium:app': appPath,
'appium:appArguments': appArgs,
'appium:appWorkingDir': appDir,
// Give the app enough time to launch and register its top level window on slow CI machines.
'appium:createSessionTimeout': 60000,
},
],

Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -25545,8 +25545,8 @@ __metadata:
linkType: hard

"yargs@npm:^16.0.0, yargs@npm:^16.2.0":
version: 16.2.0
resolution: "yargs@npm:16.2.0"
version: 16.2.2
resolution: "yargs@npm:16.2.2"
dependencies:
cliui: "npm:^7.0.2"
escalade: "npm:^3.1.1"
Expand All @@ -25555,13 +25555,13 @@ __metadata:
string-width: "npm:^4.2.0"
y18n: "npm:^5.0.5"
yargs-parser: "npm:^20.2.2"
checksum: 10c0/b1dbfefa679848442454b60053a6c95d62f2d2e21dd28def92b647587f415969173c6e99a0f3bab4f1b67ee8283bf735ebe3544013f09491186ba9e8a9a2b651
checksum: 10c0/1ca2152581ee7c9c9fb4174767ff7294b1c272d2d0a1f6eb13c39ce177fded85eb9c96711e00cd7913c0a9b88b6e763713ee11cae81b9b62fd97bdd0b03d5549
languageName: node
linkType: hard

"yargs@npm:^17.0.0, yargs@npm:^17.3.1, yargs@npm:^17.6.2, yargs@npm:^17.7.2":
version: 17.7.2
resolution: "yargs@npm:17.7.2"
version: 17.7.3
resolution: "yargs@npm:17.7.3"
dependencies:
cliui: "npm:^8.0.1"
escalade: "npm:^3.1.1"
Expand All @@ -25570,7 +25570,7 @@ __metadata:
string-width: "npm:^4.2.3"
y18n: "npm:^5.0.5"
yargs-parser: "npm:^21.1.1"
checksum: 10c0/ccd7e723e61ad5965fffbb791366db689572b80cca80e0f96aad968dfff4156cd7cd1ad18607afe1046d8241e6fb2d6c08bf7fa7bfb5eaec818735d8feac8f05
checksum: 10c0/7a28572f7e785a57886e34fdbddb9b28756dec552e1453d5f6e7cdd00ad8721a4e8c4321d33683f5e61cacb36ad43258adbb48396b71ec4ed14abee0fc0d0c1f
languageName: node
linkType: hard

Expand Down
Loading