Skip to content

Commit e8224e8

Browse files
increased authentication timeout to 100 s (#48)
1 parent 087e465 commit e8224e8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/PkgAuthentication.jl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -484,9 +484,9 @@ function step(state::RequestLogin)::Union{ClaimToken, Failure}
484484
Inf,
485485
time(),
486486
state.response["expires_in"],
487-
2,
487+
5,
488488
0,
489-
10,
489+
20,
490490
state.device_token_endpoint,
491491
state.device_token_refresh_url,
492492
)
@@ -546,9 +546,9 @@ ClaimToken(
546546
expiry,
547547
time(),
548548
180,
549-
2,
549+
5,
550550
failures,
551-
10,
551+
20,
552552
device_token_endpoint,
553553
device_token_refresh_url,
554554
)

0 commit comments

Comments
 (0)