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:
Matthias Clasen 2020-06-28 17:02:01 -04:00
parent 6a6146a9e0
commit 3dc6267146

View File

@ -119,6 +119,7 @@ foreach t : tests
test(test_name, test_exe,
args: [ '--tap', '-k' ],
protocol: 'tap',
timeout: 60,
env: [
'NO_AT_BRIDGE=1',
'GSK_RENDERER=cairo',