Skip to content

Commit

Permalink
ci: test
Browse files Browse the repository at this point in the history
  • Loading branch information
penovicp committed Dec 12, 2023
1 parent 1843e3c commit 8fedc8d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
ports:
- 5050:5050

if: ${{ inputs.use-rpc-devnet }}

env:
TEST_PROVIDER_BASE_URL: ${{ secrets.TEST_PROVIDER_BASE_URL }}
TEST_RPC_URL: ${{ secrets.TEST_RPC_URL }}
Expand All @@ -47,4 +49,8 @@ jobs:
node-version: lts/*
cache: 'npm'
- run: npm ci --ignore-scripts
- run: npm test
- run: npm test --ignore-scripts
- run: npm test --ignore-scripts
- run: npm test --ignore-scripts
- run: npm test --ignore-scripts
- run: npm test --ignore-scripts
2 changes: 1 addition & 1 deletion __tests__/fixtures.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export const getTestProvider = (): ProviderInterface => {
txHash: string,
{ retryInterval }: waitForTransactionOptions = {}
) => {
return originalWaitForTransaction(txHash, { retryInterval: retryInterval || 1000 });
return originalWaitForTransaction(txHash, { retryInterval: retryInterval || 100 });
};
}

Expand Down

0 comments on commit 8fedc8d

Please sign in to comment.