Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
nghyd
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Cassiopée
nghyd
Merge requests
!243
Resolve "CI: E2E tests are not working since docker image update"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "CI: E2E tests are not working since docker image update"
648-ci-e2e-tests-are-not-working-since-docker-image-update
into
devel
Overview
0
Commits
7
Pipelines
9
Changes
1
Merged
David Dorchies
requested to merge
648-ci-e2e-tests-are-not-working-since-docker-image-update
into
devel
1 year ago
Overview
0
Commits
7
Pipelines
9
Changes
1
Expand
Closes
#648 (closed)
0
0
Merge request reports
Viewing commit
d766d16d
Prev
Next
Show latest version
1 file
+
1
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
d766d16d
fix(e2e): raise Jasmine defaultTimeoutInterval
· d766d16d
David Dorchies
authored
1 year ago
Refs
#648
wdio.conf.ts
+
1
−
4
Options
@@ -165,14 +165,11 @@ export const config: Options.Testrunner = {
// The only one supported by default is 'dot'
// see also: https://webdriver.io/docs/dot-reporter
reporters
:
[
'
spec
'
],
//
// Options to be passed to Jasmine.
jasmineOpts
:
{
// Jasmine default timeout
defaultTimeoutInterval
:
6
0000
,
defaultTimeoutInterval
:
18
0000
,
//
// The Jasmine framework allows interception of each assertion in order to log the state of the application
// or website depending on the result. For example, it is pretty handy to take a screenshot every time
Loading