Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
exchain
nebula
Commits
8c64d63c
Unverified
Commit
8c64d63c
authored
Oct 21, 2022
by
mergify[bot]
Committed by
GitHub
Oct 21, 2022
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3758 from ethereum-optimism/bugfix/timeout
ci: increase timeout of devnet tests
parents
3730d9a7
9c011ec5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
config.yml
.circleci/config.yml
+3
-3
No files found.
.circleci/config.yml
View file @
8c64d63c
...
...
@@ -520,7 +520,7 @@ jobs:
-
run
:
name
:
Check if we should run
command
:
|
CHANGED=$(bash ./ops/docker/ci-builder/check-changed.sh "(contracts-bedrock|op-bindings|op-batcher|op-node|op-proposer|ops-bedrock|sdk)/" || echo "TRUE")
CHANGED=$(bash ./ops/docker/ci-builder/check-changed.sh "(contracts-bedrock|op-bindings|op-batcher|op-node|op-proposer|ops-bedrock|sdk
|.circlec
)/" || echo "TRUE")
if [[ "$CHANGED" = "FALSE" ]]; then
circleci step halt
fi
...
...
@@ -576,11 +576,11 @@ jobs:
make devnet-up
-
run
:
name
:
Deposit ERC20 through the bridge
command
:
timeout
5
m npx hardhat deposit-erc20 --network devnetL1
command
:
timeout
10
m npx hardhat deposit-erc20 --network devnetL1
working_directory
:
packages/sdk
-
run
:
name
:
Deposit ETH through the bridge
command
:
timeout
5
m npx hardhat deposit-eth --network devnetL1
command
:
timeout
10
m npx hardhat deposit-eth --network devnetL1
working_directory
:
packages/sdk
-
run
:
name
:
Check the status
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment