Skip to content

Commit

Permalink
feat: update export-route-dataset.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
LiteSun committed Mar 15, 2021
1 parent 4a50bfd commit 11dcccc
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions web/cypress/fixtures/export-route-dataset.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
}
],
"timeout": {
"connect": 6000,
"read": 6000,
"send": 6000
"connect": 6,
"read": 6,
"send": 6
},
"type": "roundrobin",
"pass_host": "pass"
Expand Down Expand Up @@ -93,9 +93,9 @@
}
],
"timeout": {
"connect": 6000,
"read": 6000,
"send": 6000
"connect": 6,
"read": 6,
"send": 6
},
"type": "roundrobin",
"pass_host": "pass"
Expand Down Expand Up @@ -145,9 +145,9 @@
}
],
"timeout": {
"connect": 6000,
"read": 6000,
"send": 6000
"connect": 6,
"read": 6,
"send": 6
},
"type": "roundrobin",
"pass_host": "pass"
Expand Down

0 comments on commit 11dcccc

Please sign in to comment.