Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
interface
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
LuckySwap
interface
Commits
cb4101e6
Unverified
Commit
cb4101e6
authored
Nov 28, 2022
by
Jordan Frankfurt
Committed by
GitHub
Nov 28, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(cypress): patch to add another parallelization and make timeout longer than block time (#5423)
parent
92b04331
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
test.yml
.github/workflows/test.yml
+1
-1
cypress.config.ts
cypress.config.ts
+1
-1
No files found.
.github/workflows/test.yml
View file @
cb4101e6
...
...
@@ -59,7 +59,7 @@ jobs:
strategy
:
fail-fast
:
false
matrix
:
containers
:
[
1
,
2
,
3
,
4
]
containers
:
[
1
,
2
,
3
,
4
,
5
]
steps
:
-
uses
:
actions/checkout@v3
-
uses
:
./.github/actions/setup
...
...
cypress.config.ts
View file @
cb4101e6
...
...
@@ -3,7 +3,7 @@ import { defineConfig } from 'cypress'
export
default
defineConfig
({
projectId
:
'
yp82ef
'
,
videoUploadOnPasses
:
false
,
defaultCommandTimeout
:
10000
,
defaultCommandTimeout
:
24000
,
// 2x average block time
chromeWebSecurity
:
false
,
e2e
:
{
setupNodeEvents
(
on
,
config
)
{
...
...
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