mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-13 14:00:09 +00:00
testsuite: Bump the per-test timeout to 60s
The bitset test has repeatedly run into the 30s timeout in the ci, so give it some more time.
This commit is contained in:
parent
6a6146a9e0
commit
3dc6267146
@ -119,6 +119,7 @@ foreach t : tests
|
|||||||
test(test_name, test_exe,
|
test(test_name, test_exe,
|
||||||
args: [ '--tap', '-k' ],
|
args: [ '--tap', '-k' ],
|
||||||
protocol: 'tap',
|
protocol: 'tap',
|
||||||
|
timeout: 60,
|
||||||
env: [
|
env: [
|
||||||
'NO_AT_BRIDGE=1',
|
'NO_AT_BRIDGE=1',
|
||||||
'GSK_RENDERER=cairo',
|
'GSK_RENDERER=cairo',
|
||||||
|
Loading…
Reference in New Issue
Block a user