Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change OAuthPrompt default timeout from 54000000 to 900000 ms #730

Merged
merged 2 commits into from
Jan 30, 2019

Conversation

v-kydela
Copy link
Contributor

Fixes microsoft/botbuilder-dotnet#1307

Description

This pull request changes the default timeout in oauthPrompt.ts from 54000000 (15 hours in milliseconds) to 900000 (15 minutes in milliseconds). The comments always said it was 15 minutes so this change will make the actual value match the comments.

@coveralls
Copy link

coveralls commented Jan 26, 2019

Pull Request Test Coverage Report for Build 2632

  • 0 of 1 (0.0%) changed or added relevant line in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.02%) to 82.493%

Changes Missing Coverage Covered Lines Changed/Added Lines %
libraries/botbuilder-dialogs/src/prompts/oauthPrompt.ts 0 1 0.0%
Totals Coverage Status
Change from base Build #1856: -0.02%
Covered Lines: 2740
Relevant Lines: 3196

💛 - Coveralls

Copy link
Contributor

@Stevenic Stevenic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@Stevenic Stevenic merged commit c853cff into master Jan 30, 2019
@Stevenic Stevenic deleted the v-kydela/oauth-prompt-timeout branch January 30, 2019 18:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants