File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -219,6 +219,7 @@ jobs:
219219 google_credential : ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
220220 - name : Start Sauce Connect
221221 uses : saucelabs/sauce-connect-action@cb88b508c6f9ff4d84490093733315dbd55de022 # v3
222+ timeout-minutes : 10
222223 with :
223224 username : ${{ vars.SAUCE_USERNAME }}
224225 accessKey : ${{ secrets.SAUCE_ACCESS_KEY }}
Original file line number Diff line number Diff line change @@ -64,18 +64,15 @@ exports.config = {
6464 // NOTE: https://saucelabs.com/products/platform-configurator can be used to determine configuration values
6565 multiCapabilities : capabilities . map ( ( caps ) => {
6666 const w3cCaps = {
67- ... caps ,
67+ browserName : caps . browserName ,
6868 browserVersion : caps . version ,
6969 platformName : caps . platform ,
7070 } ;
7171
7272 if ( tunnelIdentifier ) {
7373 return {
7474 ...w3cCaps ,
75- tunnelIdentifier,
76- tunnelName : tunnelIdentifier ,
7775 'sauce:options' : {
78- tunnelIdentifier,
7976 tunnelName : tunnelIdentifier ,
8077 } ,
8178 } ;
You can’t perform that action at this time.
0 commit comments