Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
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
project
drupal
Merge requests
!11688
Raise execution time to 30.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Raise execution time to 30.
issue/drupal-3497701:3497701-execution-time
into
11.x
Overview
1
Commits
13
Pipelines
8
Changes
9
Open
catch
requested to merge
issue/drupal-3497701:3497701-execution-time
into
11.x
5 days ago
Overview
1
Commits
13
Pipelines
8
Changes
9
Expand
Closes
#3497701
0
0
Merge request reports
Compare
11.x
version 7
fb7e1168
3 days ago
version 6
21f981a3
4 days ago
version 5
a0feea2e
4 days ago
version 4
c0c59eaf
4 days ago
version 3
10ab5d6d
5 days ago
version 2
fdb0368b
5 days ago
version 1
23244a7d
5 days ago
11.x (HEAD)
and
latest version
latest version
79a4571c
13 commits,
3 days ago
version 7
fb7e1168
12 commits,
3 days ago
version 6
21f981a3
11 commits,
4 days ago
version 5
a0feea2e
10 commits,
4 days ago
version 4
c0c59eaf
6 commits,
4 days ago
version 3
10ab5d6d
4 commits,
5 days ago
version 2
fdb0368b
3 commits,
5 days ago
version 1
23244a7d
1 commit,
5 days ago
9 files
+
100
−
9
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
9
Search (e.g. *.vue) (Ctrl+P)
.gitlab-ci/pipeline.yml
+
2
−
4
Options
@@ -113,7 +113,7 @@ variables:
echo ' "Key" to "REPEAT_TEST_CLASS" and "Value" to "Drupal\Tests\ckeditor5\FunctionalJavascript\MediaLinkabilityTest"';
exit 1;
else
sudo -u www-data -E -H php ./core/scripts/run-tests.sh --color --keep-results --concurrency "$CONCURRENCY" --repeat "
10
0" --sqlite "./sites/default/files/tests.sqlite" --dburl $SIMPLETEST_DB --url $SIMPLETEST_BASE_URL --verbose --non-html --class $REPEAT_TEST_CLASS
sudo -u www-data -E -H php ./core/scripts/run-tests.sh --color --keep-results --concurrency "$CONCURRENCY" --repeat "
5
0" --sqlite "./sites/default/files/tests.sqlite" --dburl $SIMPLETEST_DB --url $SIMPLETEST_BASE_URL --verbose --non-html --class $REPEAT_TEST_CLASS
fi
################
@@ -238,10 +238,8 @@ variables:
'
🔁
Repeat
Class
Test'
:
<<
:
[
*with-composer
,
*run-repeat-class-test
,
*default-job-settings
]
when
:
manual
allow_failure
:
true
variables
:
REPEAT_TEST_CLASS
:
'
Drupal\Tests\
Ch
ange
\Me
'
REPEAT_TEST_CLASS
:
'
\
Drupal\Tests\
package_m
an
a
ge
r\Build\PackageUpdateTest
'
services
:
-
<<
:
*with-database
Loading