Skip to content

Commit df07260

Browse files
Ankit098francisf
authored andcommitted
fix: update 'hostname' in conf file
1 parent 1256cd3 commit df07260

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

conf/base.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ exports.config = {
2020
waitforTimeout: 10000,
2121
connectionRetryTimeout: 90000,
2222
connectionRetryCount: 3,
23-
host: 'hub.browserstack.com',
23+
hostname: 'hub.browserstack.com',
2424
services: [['@browserstack/wdio-browserstack-service']],
2525

2626
before: function () {

0 commit comments

Comments
 (0)