Skip to content

Commit 63688e3

Browse files
committed
increasing user default timeout
1 parent 6db244b commit 63688e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

browserstack-report-action/config/constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module.exports = {
22
// Default values
33
DEFAULT_POLLING_INTERVAL_SECONDS: 3,
44
DEFAULT_MAX_RETRIES: 3,
5-
DEFAULT_USER_TIMEOUT_SECONDS: 120,
5+
DEFAULT_USER_TIMEOUT_SECONDS: 130,
66

77
// API simulation constants
88
MAX_POLLS_FOR_IN_PROGRESS: 3,

browserstack-report-action/dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module.exports = {
88
// Default values
99
DEFAULT_POLLING_INTERVAL_SECONDS: 3,
1010
DEFAULT_MAX_RETRIES: 3,
11-
DEFAULT_USER_TIMEOUT_SECONDS: 120,
11+
DEFAULT_USER_TIMEOUT_SECONDS: 130,
1212

1313
// API simulation constants
1414
MAX_POLLS_FOR_IN_PROGRESS: 3,

0 commit comments

Comments
 (0)