Re: [PATCH 3/4] qemuxml2argvtest: Increase timeout on macOS

2020-11-17 Thread Roman Bolshakov
On Tue, Nov 17, 2020 at 11:01:21AM +0100, Andrea Bolognani wrote: > On Tue, 2020-11-17 at 01:34 +0300, Roman Bolshakov wrote: > > On Fri, Nov 13, 2020 at 04:58:36PM +0100, Michal Privoznik wrote: > > > On 11/8/20 10:24 PM, Roman Bolshakov wrote: > > > > + if data['name'] == 'qemuxml2argvtest' and

Re: [PATCH 3/4] qemuxml2argvtest: Increase timeout on macOS

2020-11-17 Thread Andrea Bolognani
On Tue, 2020-11-17 at 01:34 +0300, Roman Bolshakov wrote: > On Fri, Nov 13, 2020 at 04:58:36PM +0100, Michal Privoznik wrote: > > On 11/8/20 10:24 PM, Roman Bolshakov wrote: > > > + if data['name'] == 'qemuxml2argvtest' and host_machine.system() == > > > 'darwin' > > > +timeout = 180 > > > +

Re: [PATCH 3/4] qemuxml2argvtest: Increase timeout on macOS

2020-11-16 Thread Roman Bolshakov
On Fri, Nov 13, 2020 at 04:58:36PM +0100, Michal Privoznik wrote: > On 11/8/20 10:24 PM, Roman Bolshakov wrote: > > The test takes 100+ seconds if all test suite is run with meson and 45+ > > seconds if it's run directly. According to the output of sample tool, > > most of the time (~72 seconds)

Re: [PATCH 3/4] qemuxml2argvtest: Increase timeout on macOS

2020-11-13 Thread Andrea Bolognani
On Fri, 2020-11-13 at 16:58 +0100, Michal Privoznik wrote: > On 11/8/20 10:24 PM, Roman Bolshakov wrote: > > + if data['name'] == 'qemuxml2argvtest' and host_machine.system() == > > 'darwin' > > +timeout = 180 > > + else > > +# default meson timeout > > +timeout = 30 > > + endif >

Re: [PATCH 3/4] qemuxml2argvtest: Increase timeout on macOS

2020-11-13 Thread Michal Privoznik
On 11/8/20 10:24 PM, Roman Bolshakov wrote: The test takes 100+ seconds if all test suite is run with meson and 45+ seconds if it's run directly. According to the output of sample tool, most of the time (~72 seconds) is spent in poll(): Sort by top of stack, same collapsed (when >= 5):

[PATCH 3/4] qemuxml2argvtest: Increase timeout on macOS

2020-11-08 Thread Roman Bolshakov
The test takes 100+ seconds if all test suite is run with meson and 45+ seconds if it's run directly. According to the output of sample tool, most of the time (~72 seconds) is spent in poll(): Sort by top of stack, same collapsed (when >= 5): poll (in libsystem_kernel.dylib)