Skip to content

Commit

Permalink
🗞️ increase jest timeout in reusable-test.yaml (#1320)
Browse files Browse the repository at this point in the history
Signed-off-by: shankar <shankar@layerzerolabs.org>
  • Loading branch information
shankars99 authored Feb 21, 2025
1 parent e5fc217 commit 0eaf0ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reusable-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ jobs:
env:
# Disable parallel execution for now
LZ_ENABLE_EXPERIMENTAL_PARALLEL_EXECUTION: false
JEST_TIMEOUT: 30000 # Increase timeout for ARM builds
TEST_TIMEOUT: 300000 # 5 minutes timeout for long-running tests
JEST_TIMEOUT: 60_000 # Increase timeout for ARM builds
TEST_TIMEOUT: 600_000 # 10 minutes timeout for long-running tests
# We'll use the prebuilt base image
DEVTOOLS_BASE_IMAGE: ghcr.io/layerzero-labs/devtools-dev-base:main
# And the prebuilt hardhat EVM node image
Expand Down

0 comments on commit 0eaf0ee

Please sign in to comment.