Skip to content

Commit e028f94

Browse files
committed
Increase env-test job timeout to 30m to account for retries
The retry action allows 3 attempts × 8min + wait time, which can exceed the previous 10min job timeout.
1 parent aa43a81 commit e028f94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-env.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
MAINNET3_ETHEREUM_RPC_URLS: ${{ secrets.MAINNET3_ETHEREUM_RPC_URLS }}
2323
TESTNET4_SEPOLIA_RPC_URLS: ${{ secrets.TESTNET4_SEPOLIA_RPC_URLS }}
2424

25-
timeout-minutes: 10
25+
timeout-minutes: 30
2626
strategy:
2727
fail-fast: false
2828
matrix:

0 commit comments

Comments
 (0)