Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
colord
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
certo
colord
Commits
c88aba99
Commit
c88aba99
authored
May 22, 2020
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Increased timeout for colord-test-private to 180 to pass on slow systems
parent
f05f47b3
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
0 deletions
+13
-0
Makefile
Makefile
+1
-0
colord-1.4.4-fix_test_timeout.patch
colord-1.4.4-fix_test_timeout.patch
+12
-0
No files found.
Makefile
View file @
c88aba99
...
@@ -22,6 +22,7 @@ all:
...
@@ -22,6 +22,7 @@ all:
mv
-v
/etc/gshadow /data/etc/gshadow
mv
-v
/etc/gshadow /data/etc/gshadow
ln
-sv
/data/etc/gshadow /etc/gshadow
ln
-sv
/data/etc/gshadow /etc/gshadow
tar
xf colord-1.4.4.tar.xz
tar
xf colord-1.4.4.tar.xz
patch
-Np1
-d
colord-1.4.4 < colord-1.4.4-fix_test_timeout.patch
cd
colord-1.4.4
&&
mv
po/fur.po po/ur.po
cd
colord-1.4.4
&&
mv
po/fur.po po/ur.po
cd
colord-1.4.4
&&
sed
-i
's/fur/ur/'
po/LINGUAS
cd
colord-1.4.4
&&
sed
-i
's/fur/ur/'
po/LINGUAS
mkdir
-p
colord-1.4.4/build
mkdir
-p
colord-1.4.4/build
...
...
colord-1.4.4-fix_test_timeout.patch
0 → 100644
View file @
c88aba99
diff -uNr colord-1.4.4/lib/colord/meson.build colord-1.4.4-fix_test_timeout/lib/colord/meson.build
--- colord-1.4.4/lib/colord/meson.build 2019-03-08 23:13:10.000000000 +1030
+++ colord-1.4.4-fix_test_timeout/lib/colord/meson.build 2020-05-22 08:53:00.387589982 +0930
@@ -256,7 +256,7 @@
install : get_option('installed_tests'),
install_dir : join_paths(libexecdir, 'installed-tests', 'colord'),
)
- test('colord-test-private', e)
+ test('colord-test-private', e, timeout: 180)
e = executable(
'colord-test-daemon',
sources : [
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