Skip to content

Commit d93eac9

Browse files
committed
try more times
1 parent ab6cedd commit d93eac9

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/contract-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
uses: nick-fields/retry@v3
6363
with:
6464
timeout_minutes: 90
65-
max_attempts: 3
65+
max_attempts: 5
6666
retry_wait_seconds: 60
6767
command: |
6868
cd ${{ github.workspace }}

contract-tests/src/substrate.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,6 @@ export async function getTransactionWatchPromise(tx: Transaction<{}, string, str
180180

181181
// TODO investigate why finalized not for each extrinsic
182182
if (value.type === "finalized") {
183-
console.log("Transaction is finalized in block:", value.txHash);
184183
subscription.unsubscribe();
185184
clearTimeout(timeoutId);
186185
if (!value.ok) {

0 commit comments

Comments
 (0)