Skip to content

Commit bd8ffc0

Browse files
jlledommayorova
authored andcommitted
Increase timeouts to twemproxy step
1 parent c3c16b0 commit bd8ffc0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.circleci/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,11 @@ jobs:
257257
name: ubuntu_vm
258258
working_directory: ~/project
259259
environment:
260+
CONFIG_QUEUES_READ_TIMEOUT: 10
261+
CONFIG_QUEUES_WRITE_TIMEOUT: 10
260262
CONFIG_QUEUES_MASTER_NAME: redis://localhost:6379
263+
CONFIG_REDIS_READ_TIMEOUT: 10
264+
CONFIG_REDIS_WRITE_TIMEOUT: 10
261265
CONFIG_REDIS_PROXY: redis://localhost:22121
262266
steps:
263267
- *attach-to-workspace

0 commit comments

Comments
 (0)