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
4f8e9b51
Unverified
Commit
4f8e9b51
authored
Nov 26, 2024
by
Matthew Slipper
Committed by
GitHub
Nov 26, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci: Tweak test timeouts (#13097)
parent
7726c1aa
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
config.yml
.circleci/config.yml
+7
-2
No files found.
.circleci/config.yml
View file @
4f8e9b51
...
@@ -882,6 +882,10 @@ jobs:
...
@@ -882,6 +882,10 @@ jobs:
type
:
string
type
:
string
default
:
ethereum-optimism/latitude-1-go-e2e
default
:
ethereum-optimism/latitude-1-go-e2e
no_output_timeout
:
no_output_timeout
:
description
:
Timeout for when CircleCI kills the job if there's no output
type
:
string
default
:
60m
test_timeout
:
description
:
Timeout for running tests
description
:
Timeout for running tests
type
:
string
type
:
string
default
:
10m
default
:
10m
...
@@ -932,7 +936,7 @@ jobs:
...
@@ -932,7 +936,7 @@ jobs:
--jsonfile=./tmp/testlogs/log.json \
--jsonfile=./tmp/testlogs/log.json \
--rerun-fails=2 \
--rerun-fails=2 \
--packages="$formatted_packages" \
--packages="$formatted_packages" \
-- -coverprofile=coverage.out -timeout=
60m
-- -coverprofile=coverage.out -timeout=
<<parameters.test_timeout>>
-
codecov/upload
:
-
codecov/upload
:
disable_search
:
true
disable_search
:
true
files
:
./coverage.out
files
:
./coverage.out
...
@@ -1594,7 +1598,8 @@ workflows:
...
@@ -1594,7 +1598,8 @@ workflows:
name
:
op-e2e-cannon-tests
name
:
op-e2e-cannon-tests
notify
:
true
notify
:
true
mentions
:
"
@proofs-team"
mentions
:
"
@proofs-team"
no_output_timeout
:
20m
no_output_timeout
:
60m
test_timeout
:
59m
resource_class
:
ethereum-optimism/latitude-fps-1
resource_class
:
ethereum-optimism/latitude-fps-1
environment_overrides
:
|
environment_overrides
:
|
export OP_E2E_CANNON_ENABLED="true"
export OP_E2E_CANNON_ENABLED="true"
...
...
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