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
0d1d563e
Unverified
Commit
0d1d563e
authored
Jun 28, 2022
by
Maurelian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ops-bedrock: Increase timeout on wait_up
parent
2c32cde9
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
devnet-up.sh
ops-bedrock/devnet-up.sh
+1
-1
test-integration.sh
ops-bedrock/test-integration.sh
+2
-2
.gitignore
packages/contracts-bedrock/.gitignore
+1
-0
No files found.
ops-bedrock/devnet-up.sh
View file @
0d1d563e
...
...
@@ -47,7 +47,7 @@ function wait_up {
sleep
0.25
((
i
=
i+1
))
if
[
"
$i
"
-eq
2
00
]
;
then
if
[
"
$i
"
-eq
3
00
]
;
then
echo
" Timeout!"
>
&2
exit
1
fi
...
...
ops-bedrock/test-integration.sh
View file @
0d1d563e
...
...
@@ -13,5 +13,5 @@ if [ ! -f "$DEPLOYMENTS_DIR/OptimismPortal.json" ]; then
fi
export
OPTIMISM_PORTAL_ADDRESS
=
$(
jq
-r
'.address'
<
"
$DEPLOYMENTS_DIR
/OptimismPortal.json"
)
cd
./packages/integration-tests
yarn
test
\ No newline at end of file
cd
./packages/integration-tests-bedrock
yarn
test
packages/contracts-bedrock/.gitignore
View file @
0d1d563e
...
...
@@ -6,3 +6,4 @@ coverage.out
.deps
deployments
broadcast
genesis.json
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