Commit 5f2ebac
committed
fix(sso): increase SSO timeout
Problem:
In ticket V1761315147 it was being reported that createToken could take 9 seconds.
This would mean that the SSO client API request would time out
Solution:
Bump the timeout to 12 seconds as specified in V1761315147
Signed-off-by: nkomonen-amazon <[email protected]>1 parent 33ba274 commit 5f2ebac
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
| |||
124 | 125 | | |
125 | 126 | | |
126 | 127 | | |
127 | | - | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
128 | 131 | | |
129 | 132 | | |
130 | 133 | | |
| |||
0 commit comments