File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
src/main/resources/META-INF/resources/scripts/xnat/plugin/jupyterhub Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ### Changed
11
+
12
+ - [ JHP-115] : Increase default timeout on token create to prevent excessive timeout errors.
13
+
10
14
## [ 1.3.0] - 2024-10-22
11
15
12
16
### Added
Original file line number Diff line number Diff line change @@ -273,7 +273,7 @@ XNAT.plugin.jupyterhub.users.tokens = getObject(XNAT.plugin.jupyterhub.users.tok
273
273
note : "XNAT.plugin.jupyterhub.users.tokens.create" ,
274
274
expires_in : 172800 // 2 days in seconds
275
275
} ,
276
- timeout = 375 ) {
276
+ timeout = 8000 ) {
277
277
console . debug ( `jupyterhub-users.js: XNAT.plugin.jupyterhub.users.tokens.create` ) ;
278
278
279
279
let username = token [ 'username' ] ;
You can’t perform that action at this time.
0 commit comments