tests: Raise timeouts for bufferiszero and crypto-tlscredsx509
[qemu/kevin.git] / tests / qapi-schema / alternate-array.json
blobb878a2db77095dbb1dd433b00ff0d5969e1172c7
1 { 'struct': 'One',
2   'data': { 'name': 'str' } }
3 { 'alternate': 'Alt',
4   'data': { 'one': 'One',
5             'two': [ 'int' ] } }