Skip to content

Commit

Permalink
Merge pull request #5157 from connext/increase-timeout-propose-cron
Browse files Browse the repository at this point in the history
fix: increase timeout for propose cron
  • Loading branch information
liu-zhipeng authored Nov 13, 2023
2 parents 1b39a1b + 909a80a commit 14f3c4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ops/testnet/staging/core/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,7 @@ module "lighthouse_propose_cron" {
container_env_vars = merge(local.lighthouse_env_vars, { LIGHTHOUSE_SERVICE = "propose" })
schedule_expression = "rate(30 minutes)"
memory_size = 1536
timeout = 900
}

module "relayer" {
Expand Down

0 comments on commit 14f3c4a

Please sign in to comment.