Skip to content

Commit ef0ba9f

Browse files
authored
Bump soak test cred timeout (#3539)
1 parent 9675ed5 commit ef0ba9f

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.github/workflows/soak-test-start.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
aws-role-arn: ${{ secrets.AWS_ROLE_ARN_FOR_QA_GITHUB_TOKEN }}
3030
aws-lambda-url: ${{ secrets.GATI_LAMBDA_DATA_FEEDS_URL }}
3131
aws-region: ${{ secrets.AWS_REGION }}
32-
aws-role-duration-seconds: '1800' # this is optional and defaults to 900
32+
aws-role-duration-seconds: '3600' # this is optional and defaults to 900
3333
- name: Checkout code
3434
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3535
with:

packages/scripts/src/get-changed-adapters/soakTestBlacklist.ts

+7
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,11 @@ export const SoakTestBlacklist: string[] = [
9090
'ion.au',
9191
'galaxy', // Not deployed internally
9292
'stader-balance', // Not deployed internally
93+
'1forge', // Our API Key has expired
94+
'amberdata', // Not deployed internally
95+
'binance-dex', // Not deployed internally
96+
'binance', // Not deployed internally
97+
'bitex', // DP does not exist anymore
98+
'bravenewcoin', // Our API Key has expired
99+
'celsius-address-list', // Not deployed internally
93100
]

packages/sources/anchorage/test-payload.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"vaultId": "b0bb5449c1e4926542ce693b4db2e883",
66
"chainId": "mainnet",
77
"network": "bitcoin",
8-
"coin": "ETHHOL"
8+
"coin": "BTC"
99
}
1010
]
1111
}

0 commit comments

Comments
 (0)