Skip to content

Commit

Permalink
Fixed data types for email test and improved test time
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbdias committed Jun 5, 2023
1 parent bf1fd33 commit e54d87c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,28 +18,28 @@ spec:
{
"email": "google@example.com",
"order": {
"orderId": "505",
"shippingTrackingId": "dead-beef",
"shippingCost": {
"currencyCode": "USD",
"order_id": "505",
"shipping_tracking_id": "dead-beef",
"shipping_cost": {
"currency_code": "USD",
"units": 17,
"nanos": 980000000
},
"shippingAddress": {
"streetAddress": "1600 Amphitheatre Parkway",
"shipping_address": {
"street_address_1": "1600 Amphitheatre Parkway",
"city": "Mountain View",
"state": "California",
"country": "United States",
"zipCode": "94043"
"zip_code": "94043"
},
"items": [
{
"item": {
"productId": "1YMWWN1N4O",
"product_id": "1YMWWN1N4O",
"quantity": 5
},
"cost": {
"currencyCode": "USD",
"currency_code": "USD",
"units": 100,
"nanos": 0
}
Expand Down
4 changes: 2 additions & 2 deletions test/tracetesting/tracetest-provision.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ spec:
strategy: periodic
default: true
periodic:
retryDelay: 10s
timeout: 10m
retryDelay: 3s
timeout: 3m

---
type: Demo
Expand Down

0 comments on commit e54d87c

Please sign in to comment.