Skip to content

Commit

Permalink
fix task queue tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigozhou committed Nov 14, 2024
1 parent 9e9cde2 commit 0145783
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions temporalcli/commands_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,8 @@ func (s *SharedServerSuite) SetupSuite() {
// Allow a high rate of change to namespaces, particularly
// for the task-queue command tests.
"frontend.namespaceRPS.visibility": 10000,
// Disable DescribeTaskQueue cache.
"matching.TaskQueueInfoByBuildIdTTL": 0,
},
},
})
Expand Down

0 comments on commit 0145783

Please sign in to comment.