Skip to content

Commit e373c1e

Browse files
authored
Merge pull request #17 from chandrajeetn/MLE-17521-new
increased default request timeout
2 parents c504a13 + cd75e14 commit e373c1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

localEvaluation/localEvaluation.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ var (
1515
LocalEvaluationConfigDebug = true
1616
LocalEvaluationConfigServerUrl = "https://api.lambdatest.com"
1717
LocalEvaluationConfigPollInterval = 120
18-
LocalEvaluationConfigPollerRequestTimeout = 10
18+
LocalEvaluationConfigPollerRequestTimeout = 60
1919
LocalEvaluationDeploymentKey = "server-jAqqJaX3l8PgNiJpcv9j20ywPzANQQFh"
2020
)
2121

0 commit comments

Comments
 (0)