Skip to content

Commit

Permalink
Increase Wave token duration to 30 mins [ci fast]
Browse files Browse the repository at this point in the history
Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
  • Loading branch information
pditommaso committed Feb 8, 2023
1 parent 8385ec2 commit e1a712c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class WaveConfig {
this.enabled = opts.enabled
this.endpoint = (opts.endpoint?.toString() ?: env.get('WAVE_API_ENDPOINT') ?: DEF_ENDPOINT)?.stripEnd('/')
this.containerConfigUrl = parseConfig(opts, env)
this.tokensCacheMaxDuration = opts.navigate('tokens.cache.maxDuration', '15m') as Duration
this.tokensCacheMaxDuration = opts.navigate('tokens.cache.maxDuration', '30m') as Duration
this.condaOpts = opts.navigate('build.conda', Collections.emptyMap()) as CondaOpts
this.buildRepository = opts.navigate('build.repository') as String
this.cacheRepository = opts.navigate('build.cacheRepository') as String
Expand Down

0 comments on commit e1a712c

Please sign in to comment.