Skip to content

Commit

Permalink
fix: increase timeout for single tenant testing stack for apisix
Browse files Browse the repository at this point in the history
Signed-off-by: David Poltorak <[email protected]>
  • Loading branch information
davepoltorak committed Oct 20, 2023
1 parent d72eeaf commit beac249
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions infrastructure/single-tenant-testing-stack/apisix/conf/apisix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,24 +37,48 @@ upstreams:
nodes:
"issuer-oea:8085": 1 # tapir
type: roundrobin
timeout:
connect: 900
send: 900
read: 900
- id: 2
nodes:
"issuer-oea:8090": 1 # didcom
type: roundrobin
timeout:
connect: 900
send: 900
read: 900
- id: 3
nodes:
"verifier-oea:8085": 1 # tapir
type: roundrobin
timeout:
connect: 900
send: 900
read: 900
- id: 4
nodes:
"verifier-oea:8090": 1 # didcom
type: roundrobin
timeout:
connect: 900
send: 900
read: 900
- id: 5
nodes:
"holder-oea:8085": 1 # tapir
type: roundrobin
timeout:
connect: 900
send: 900
read: 900
- id: 6
nodes:
"holder-oea:8090": 1 # didcom
type: roundrobin
timeout:
connect: 900
send: 900
read: 900
#END

0 comments on commit beac249

Please sign in to comment.