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
b022c49d
Unverified
Commit
b022c49d
authored
Feb 01, 2022
by
Matthew Slipper
Committed by
GitHub
Feb 01, 2022
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop' into feat/verifier-itests-patch-ctx
parents
1741d884
a6006b2b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
3 deletions
+8
-3
afraid-otters-repeat.md
.changeset/afraid-otters-repeat.md
+5
-0
utils.ts
integration-tests/test/shared/utils.ts
+1
-1
Dockerfile.batch-submitter-service
ops/docker/Dockerfile.batch-submitter-service
+2
-2
No files found.
.changeset/afraid-otters-repeat.md
0 → 100644
View file @
b022c49d
---
'
@eth-optimism/integration-tests'
:
patch
---
Increase withdrawal test timeout
integration-tests/test/shared/utils.ts
View file @
b022c49d
...
@@ -220,7 +220,7 @@ export const conditionalTest = (
...
@@ -220,7 +220,7 @@ export const conditionalTest = (
}
}
await
fn
()
await
fn
()
}).
timeout
(
timeout
||
envConfig
.
MOCHA_TIMEOUT
)
}).
timeout
(
timeout
||
envConfig
.
MOCHA_TIMEOUT
*
2
)
}
}
export
const
withdrawalTest
=
(
name
,
fn
,
timeout
?:
number
)
=>
export
const
withdrawalTest
=
(
name
,
fn
,
timeout
?:
number
)
=>
...
...
ops/docker/Dockerfile.batch-submitter-service
View file @
b022c49d
FROM golang:1.17.
6-alpine3.15
as builder
FROM golang:1.17.
3-alpine3.13
as builder
RUN apk add --no-cache make gcc musl-dev linux-headers git jq bash
RUN apk add --no-cache make gcc musl-dev linux-headers git jq bash
...
@@ -9,7 +9,7 @@ RUN go mod graph | grep -v l2geth | awk '{if ($1 !~ "@") print $2}' | xargs -n 1
...
@@ -9,7 +9,7 @@ RUN go mod graph | grep -v l2geth | awk '{if ($1 !~ "@") print $2}' | xargs -n 1
COPY ./go/batch-submitter/ ./
COPY ./go/batch-submitter/ ./
RUN make
RUN make
FROM alpine:3.1
5
FROM alpine:3.1
3
RUN apk add --no-cache ca-certificates jq curl
RUN apk add --no-cache ca-certificates jq curl
COPY --from=builder /go/batch-submitter/batch-submitter /usr/local/bin/
COPY --from=builder /go/batch-submitter/batch-submitter /usr/local/bin/
...
...
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