Skip to content

Commit

Permalink
removing timeout from openz
Browse files Browse the repository at this point in the history
  • Loading branch information
snissn committed Jan 17, 2024
1 parent 722c5cf commit f694aee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ jobs:
echo $USER_1_PRIVATE_KEY $DEPLOYER_PRIVATE_KEY $LOCAL_NODE_URL ; cd ./extern/fevm-uniswap-v3-core && yarn install --frozen-lockfile && yarn compile && yarn test
- name: 'Run tests: OpenZeppelin'
if: always()
timeout-minutes: 60
env:
DEPLOYER_PRIVATE_KEY: ${{ steps.testnode.outputs.ROOT_PRIVATE_KEY }}
USER_1_PRIVATE_KEY: ${{ steps.accounts.outputs.ACCOUNT1_PRIVATE_KEY }}
Expand Down

0 comments on commit f694aee

Please sign in to comment.